From 8df818d958559a6167a7fff5c4165ee089a4148a Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 13 May 2024 17:12:55 +0100 Subject: [PATCH] [CI] Updates 8.x versions in stack test matrices to 8.14 --- .buildkite/pipeline.yml | 4 ++-- .github/workflows/7.17-8.x.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f92f91aa23..733f2cbbf4 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -29,11 +29,11 @@ steps: skip: true # Compatibility tests for 8.x: - with: - stack_version: "8.12-SNAPSHOT" + stack_version: "8.14.0-SNAPSHOT" suite: "free" ruby: "3.2" - with: - stack_version: "8.12-SNAPSHOT" + stack_version: "8.14.0-SNAPSHOT" suite: "platinum" ruby: "3.2" command: ./.buildkite/run-tests.sh diff --git a/.github/workflows/7.17-8.x.yml b/.github/workflows/7.17-8.x.yml index dd1d995f14..519c2da130 100644 --- a/.github/workflows/7.17-8.x.yml +++ b/.github/workflows/7.17-8.x.yml @@ -26,7 +26,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 8.12-SNAPSHOT + stack-version: 8.14.0-SNAPSHOT security-enabled: false - uses: ruby/setup-ruby@v1 with: