Skip to content

Commit

Permalink
Switch CI to 1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Oct 19, 2024
1 parent c953739 commit 63c587a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ steps:
julia:
- "1.10"
- "1.11"
# - "nightly"
# adjustments:
# - with:
# julia: "nightly"
# soft_fail: true
- "nightly"
adjustments:
- with:
julia: "nightly"
soft_fail: true

# special tests
- group: ":floppy_disk: Storage Modes"
Expand All @@ -44,7 +44,7 @@ steps:
- label: "{{matrix.storage}} array storage"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
version: "1.11"
- JuliaCI/julia-test#v1:
test_args: "--quickfail"
agents:
Expand Down Expand Up @@ -74,7 +74,7 @@ steps:
soft_fail: true
plugins:
- JuliaCI/julia#v1:
version: "1.10"
version: "1.11"
- JuliaCI/julia-test#v1:
# test_args: "--quickfail"
test_args: ""
Expand Down Expand Up @@ -105,7 +105,7 @@ steps:
- label: "Opaque pointers"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
version: "1.11"
- JuliaCI/julia-test#v1:
test_args: "--quickfail"
- JuliaCI/julia-coverage#v1:
Expand Down Expand Up @@ -135,7 +135,7 @@ steps:
- label: "Benchmarks"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
version: "1.11"
command: |
julia --project=perf -e '
using Pkg
Expand Down

0 comments on commit 63c587a

Please sign in to comment.