Skip to content

Commit

Permalink
test on an require 1.10
Browse files Browse the repository at this point in the history
1.9 could still work but we cannot test on it with JET.
  • Loading branch information
tpapp committed Dec 9, 2024
1 parent bb9a5a2 commit 08b2c7a
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 @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.10' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
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 @@ -14,4 +14,4 @@ ArgCheck = "1, 2"
DocStringExtensions = "0.8, 0.9"
OrderedCollections = "1"
StaticArrays = "1"
julia = "1.9"
julia = "1.10"

0 comments on commit 08b2c7a

Please sign in to comment.