Skip to content

Commit a97062b

Browse files
committed
[CI] Updates testing STACK_VERSION
1 parent cc663e7 commit a97062b

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
@@ -39,11 +39,11 @@ steps:
3939
skip: true
4040
# Compatibility tests for 8.x:
4141
- with:
42-
stack_version: "8.6-SNAPSHOT"
42+
stack_version: "8.8-SNAPSHOT"
4343
suite: "free"
4444
ruby: "3.2"
4545
- with:
46-
stack_version: "8.6-SNAPSHOT"
46+
stack_version: "8.8-SNAPSHOT"
4747
suite: "platinum"
4848
ruby: "3.2"
4949
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.5-SNAPSHOT
29+
stack-version: 8.8-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:

0 commit comments

Comments
 (0)