Skip to content

Commit

Permalink
Run CI on 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Oct 14, 2024
1 parent 5171f8c commit 844237a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.9', '1.10']
version: ['1.9', '1.10', '1.11']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
version:
- '1.9'
- '1.10'
- '~1.11.0-0'
- '1.11'
os:
- ubuntu-latest
- macOS-latest
Expand Down
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ ClimaUtilitiesClimaCommsExt = "ClimaComms"
ClimaUtilitiesClimaCoreTempestRemapExt = "ClimaCoreTempestRemap"

[compat]
Adapt = "3.3, 4"
Adapt = "4"
Artifacts = "1"
CUDA = "5"
ClimaComms = "0.5.6, 0.6"
ClimaCore = "0.12, 0.13, 0.14"
CUDA = "5.5"
ClimaComms = "0.6"
ClimaCore = "0.14.19"
ClimaCoreTempestRemap = "0.3.13"
Dates = "1"
Interpolations = "0.15"
Interpolations = "0.15.1"
NCDatasets = "0.13.1, 0.14"
julia = "1.9"

0 comments on commit 844237a

Please sign in to comment.