Skip to content

Commit 15ac66d

Browse files
authored
Switch CI to 1.11. (#462)
1 parent c953739 commit 15ac66d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ steps:
3131
julia:
3232
- "1.10"
3333
- "1.11"
34-
# - "nightly"
35-
# adjustments:
36-
# - with:
37-
# julia: "nightly"
38-
# soft_fail: true
34+
- "nightly"
35+
adjustments:
36+
- with:
37+
julia: "nightly"
38+
soft_fail: true
3939

4040
# special tests
4141
- group: ":floppy_disk: Storage Modes"
@@ -44,7 +44,7 @@ steps:
4444
- label: "{{matrix.storage}} array storage"
4545
plugins:
4646
- JuliaCI/julia#v1:
47-
version: "1.10"
47+
version: "1.11"
4848
- JuliaCI/julia-test#v1:
4949
test_args: "--quickfail"
5050
agents:
@@ -74,7 +74,7 @@ steps:
7474
soft_fail: true
7575
plugins:
7676
- JuliaCI/julia#v1:
77-
version: "1.10"
77+
version: "1.11"
7878
- JuliaCI/julia-test#v1:
7979
# test_args: "--quickfail"
8080
test_args: ""
@@ -105,7 +105,7 @@ steps:
105105
- label: "Opaque pointers"
106106
plugins:
107107
- JuliaCI/julia#v1:
108-
version: "1.10"
108+
version: "1.11"
109109
- JuliaCI/julia-test#v1:
110110
test_args: "--quickfail"
111111
- JuliaCI/julia-coverage#v1:
@@ -135,7 +135,7 @@ steps:
135135
- label: "Benchmarks"
136136
plugins:
137137
- JuliaCI/julia#v1:
138-
version: "1.10"
138+
version: "1.11"
139139
command: |
140140
julia --project=perf -e '
141141
using Pkg

0 commit comments

Comments
 (0)