From d13ac94db4e318a144ce960b89b19bd32c82f610 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Thu, 17 Oct 2024 17:47:43 +0200 Subject: [PATCH] Switch CI to 1.11. --- .buildkite/pipeline.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f76c0046..2c9caa4f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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: ":eyes: Special" @@ -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: @@ -68,7 +68,7 @@ steps: - label: "API validation" plugins: - JuliaCI/julia#v1: - version: "1.10" + version: "1.11" - JuliaCI/julia-test#v1: test_args: "--quickfail" # only enabled for select tests due to JuliaGPU/Metal.jl#34 @@ -96,7 +96,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: @@ -126,7 +126,7 @@ steps: - label: "Benchmarks" plugins: - JuliaCI/julia#v1: - version: "1.10" + version: "1.11" command: | julia --project=perf -e ' using Pkg