Skip to content

Commit

Permalink
Add support for Julia 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jul 25, 2024
1 parent 35d1a04 commit b0142ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1.10'
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["CliMA Contributors <clima-software@caltech.edu>"]
version = "0.1.3"

[compat]
julia = "^1.10"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand All @@ -13,4 +13,4 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

[targets]
test = ["Test", "SafeTestsets", "InteractiveUtils"]
test = ["Test", "SafeTestsets", "InteractiveUtils"]

0 comments on commit b0142ba

Please sign in to comment.