Skip to content

Commit 9add0f1

Browse files
committed
Update CI and downgrade
This commit removes Julia 1.9 from the CI, updates the compact for the downgrade tests, and adds ClimaUtilities to the Project.toml in the .buildkite directory.
1 parent 5508b91 commit 9add0f1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.buildkite/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
77
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
88
ClimaDiagnostics = "1ecacbb8-0713-4841-9a07-eb5aa8a2d53f"
99
ClimaTimeSteppers = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
10+
ClimaUtilities = "b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
1011
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1112
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
1213
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"

.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
timeout-minutes: 30

.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

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1717
Accessors = "0.1.32"
1818
Aqua = "0.8"
1919
BenchmarkTools = "1"
20-
ClimaComms = "0.6"
21-
ClimaCore = "0.14.19"
20+
ClimaComms = "0.6.2"
21+
ClimaCore = "0.14.23"
2222
ClimaTimeSteppers = "0.7.21"
2323
ClimaUtilities = "0.1.22"
2424
Dates = "1"
2525
Documenter = "1"
2626
ExplicitImports = "1.6"
2727
JuliaFormatter = "1"
28-
NCDatasets = "0.13.1, 0.14"
28+
NCDatasets = "0.14"
2929
OrderedCollections = "1.4"
3030
Profile = "1"
3131
ProfileCanvas = "0.1.6"
3232
SafeTestsets = "0.1"
33-
SciMLBase = "2"
33+
SciMLBase = "2.11.0"
3434
Test = "1"
35-
julia = "1.9"
35+
julia = "1.10"
3636

3737
[extras]
3838
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)