Skip to content

Commit 8df818d

Browse files
committed
[CI] Updates 8.x versions in stack test matrices to 8.14
1 parent e915ac3 commit 8df818d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ steps:
2929
skip: true
3030
# Compatibility tests for 8.x:
3131
- with:
32-
stack_version: "8.12-SNAPSHOT"
32+
stack_version: "8.14.0-SNAPSHOT"
3333
suite: "free"
3434
ruby: "3.2"
3535
- with:
36-
stack_version: "8.12-SNAPSHOT"
36+
stack_version: "8.14.0-SNAPSHOT"
3737
suite: "platinum"
3838
ruby: "3.2"
3939
command: ./.buildkite/run-tests.sh

.github/workflows/7.17-8.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo sysctl -w vm.max_map_count=262144
2727
- uses: elastic/elastic-github-actions/elasticsearch@master
2828
with:
29-
stack-version: 8.12-SNAPSHOT
29+
stack-version: 8.14.0-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:

0 commit comments

Comments
 (0)