Skip to content

Commit

Permalink
Test with Julia 1.7 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Dec 24, 2021
1 parent ee120b6 commit c9616d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
julia-version: ['~1.5.0-rc1', '1.4', '1.3', 'nightly']
julia-version:
- '1.7'
- '1.6'
- '1.5'
- '1.4'
- '1.3'
- 'nightly'
fail-fast: false
name: Test Julia ${{ matrix.julia-version }}
steps:
Expand Down

0 comments on commit c9616d4

Please sign in to comment.