Skip to content

Commit f342449

Browse files
committed
Drop Julia 1.9 for downgrade and tests
1 parent dda90f9 commit f342449

File tree

5 files changed

+1056
-5
lines changed

5 files changed

+1056
-5
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
version: ['1.9', '1.10', '1.11']
23+
version: ['1.10', '1.11']
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: julia-actions/setup-julia@latest

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
version:
24-
- '1.9'
2524
- '1.10'
2625
- '1.11'
2726
- 'nightly'

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ ClimaUtilitiesClimaCoreTempestRemapExt = "ClimaCoreTempestRemap"
2727
Adapt = "4"
2828
Artifacts = "1"
2929
CUDA = "5.5"
30-
ClimaComms = "0.6"
31-
ClimaCore = "0.14.19"
30+
ClimaComms = "0.6.2"
31+
ClimaCore = "0.14.23"
3232
ClimaCoreTempestRemap = "0.3.15"
3333
Dates = "1"
3434
Interpolations = "0.15.1"
3535
NCDatasets = "0.14"
36-
julia = "1.9"
36+
julia = "1.10"

0 commit comments

Comments
 (0)