Add 8.12 to CI and remove 8.10 (#647)

This commit is contained in:
Aurélien FOUCRET 2024-01-04 16:06:19 +01:00 committed by GitHub
parent 927acc86ad
commit 0f91224daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ steps:
- label: "Eland :python: {{ matrix.python }} :elasticsearch: {{ matrix.stack }}" - label: "Eland :python: {{ matrix.python }} :elasticsearch: {{ matrix.stack }}"
agents: agents:
provider: "gcp" provider: "gcp"
machineType: "n2-standard-4" machineType: "n2-standard-4"
env: env:
PYTHON_VERSION: "{{ matrix.python }}" PYTHON_VERSION: "{{ matrix.python }}"
PANDAS_VERSION: '1.5.0' PANDAS_VERSION: '1.5.0'
@ -31,6 +31,6 @@ steps:
- '3.9' - '3.9'
- '3.8' - '3.8'
stack: stack:
- '8.10-SNAPSHOT'
- '8.11-SNAPSHOT' - '8.11-SNAPSHOT'
- '8.12-SNAPSHOT'
command: ./.buildkite/run-tests command: ./.buildkite/run-tests