Skip to content

Commit

Permalink
update CI to Julia 1.7 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac authored Dec 2, 2021
1 parent 82de50c commit 7bb6b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.6', '1.7.0-rc3']
julia-version: ['1.6', '1.7']
julia-arch: [x64]

steps:
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.6', '1.7.0-rc3']
julia-version: ['1.6', '1.7']
julia-arch: [x64]

steps:
Expand Down

0 comments on commit 7bb6b4d

Please sign in to comment.