From 0f91224dafc1f00228b87653016bac13a34e5502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20FOUCRET?= Date: Thu, 4 Jan 2024 16:06:19 +0100 Subject: [PATCH] Add 8.12 to CI and remove 8.10 (#647) --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6654073..452a39e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -18,7 +18,7 @@ steps: - label: "Eland :python: {{ matrix.python }} :elasticsearch: {{ matrix.stack }}" agents: provider: "gcp" - machineType: "n2-standard-4" + machineType: "n2-standard-4" env: PYTHON_VERSION: "{{ matrix.python }}" PANDAS_VERSION: '1.5.0' @@ -31,6 +31,6 @@ steps: - '3.9' - '3.8' stack: - - '8.10-SNAPSHOT' - '8.11-SNAPSHOT' + - '8.12-SNAPSHOT' command: ./.buildkite/run-tests