From 355a86ecc8a0aef21bbcb5b1261830b74a3314b5 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:44:58 -0300 Subject: [PATCH] Fix buildkite --- .buildkite/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4fbba94b6..812e8f6af 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -29,9 +29,9 @@ steps: matrix: setup: julia: - - "1" - "1.8" - "1.9" + - "1.10" - "1.11" # - "nightly" adjustments: @@ -39,6 +39,7 @@ steps: julia: "1.11" soft_fail: true + # Test Storage modes Shared and Managed - group: ":floppy_disk: Storage mode" key: "storage" steps: