From 21e6928ff037491b72f3a23e5fc861915eadcbb5 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 16 Sep 2024 08:31:16 +0100 Subject: [PATCH] [CI] Updates STACK_VERSION for 8.x in testing --- .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 fef3dad836..beb0872e08 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -30,11 +30,11 @@ steps: skip: true # Compatibility tests for 8.x: - with: - stack_version: "8.14.0-SNAPSHOT" + stack_version: "8.16.0-SNAPSHOT" suite: "free" ruby: "3.3" - with: - stack_version: "8.14.0-SNAPSHOT" + stack_version: "8.16.0-SNAPSHOT" suite: "platinum" ruby: "3.3" command: ./.buildkite/run-tests.sh diff --git a/.github/workflows/7.17-8.x.yml b/.github/workflows/7.17-8.x.yml index 519c2da130..b04e32e789 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.14.0-SNAPSHOT + stack-version: 8.16.0-SNAPSHOT security-enabled: false - uses: ruby/setup-ruby@v1 with: