Skip to content

Commit

Permalink
Require Julia 1.10
Browse files Browse the repository at this point in the history
Simply because tests currently fail on 1.9 and require Julia 1.10 (due
to SciMLBase requirement).
  • Loading branch information
jipolanco committed Oct 11, 2024
1 parent 7385a23 commit b4b602c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
experimental: [false]
version:
- '1.9'
- '1.10'
- '1.11'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ StaticPermutations = "0.3"
Strided = "2"
TimerOutputs = "0.5"
VersionParsing = "1"
julia = "1.9"
julia = "1.10"

0 comments on commit b4b602c

Please sign in to comment.