Skip to content

Commit

Permalink
match julia versions for CI with pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mkyl committed Apr 18, 2023
1 parent 2f5d05b commit 7613401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
os:
- ubuntu-latest
Expand Down

0 comments on commit 7613401

Please sign in to comment.