Skip to content

Commit

Permalink
update julia versions for CI
Browse files Browse the repository at this point in the history
alexriss committed Dec 12, 2024
1 parent cbdd9b9 commit 9151aa9
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -18,8 +18,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '~1.10.0-0'
- '1.10'
- '1.11'
- 'nightly'
os:
- ubuntu-latest
arch:
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ ImageTransformations = "^0.10"
NetCDF = "=0.12.0"
StaticArrays = "^1.9"
StructIO = "^0.3"
julia = "^1.9"
julia = "^1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit 9151aa9

Please sign in to comment.