Skip to content

Commit 4250e78

Browse files
committed
Add CI runner for Julia 1.11
1 parent 6afac6d commit 4250e78

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
version:
2424
- '1.9'
2525
- '1.10'
26+
- '1.11'
2627
timeout-minutes: 30
2728
steps:
2829
- name: Checkout

.github/workflows/Downgrade.yml

+1-1
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']
23+
version: ['1.9', '1.10', '1.11']
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: julia-actions/setup-julia@latest

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Interpolations = "0.14, 0.15"
3232
JuliaFormatter = "1"
3333
Makie = "0.21.5"
3434
NCDatasets = "0.13.1, 0.14"
35-
NaNStatistics = "0.6"
35+
NaNStatistics = "0.6.8"
3636
OrderedCollections = "1.3"
3737
Reexport = "1"
3838
SafeTestsets = "0.1"

0 commit comments

Comments
 (0)