Skip to content

Commit

Permalink
Update test.yml julia versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Mar 28, 2024
1 parent fabd496 commit a97b75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Without setting this, a failing test cancels all others
fail-fast: false
matrix:
julia-version: ['1.6', '1.10', 'nightly'] # "~1.11.0-0",
julia-version: ["1.6", "1", "~1.11.0-0", "nightly"]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit a97b75a

Please sign in to comment.