We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e915ac3 commit 8df818dCopy full SHA for 8df818d
.buildkite/pipeline.yml
@@ -29,11 +29,11 @@ steps:
29
skip: true
30
# Compatibility tests for 8.x:
31
- with:
32
- stack_version: "8.12-SNAPSHOT"
+ stack_version: "8.14.0-SNAPSHOT"
33
suite: "free"
34
ruby: "3.2"
35
36
37
suite: "platinum"
38
39
command: ./.buildkite/run-tests.sh
.github/workflows/7.17-8.x.yml
@@ -26,7 +26,7 @@ jobs:
26
sudo sysctl -w vm.max_map_count=262144
27
- uses: elastic/elastic-github-actions/elasticsearch@master
28
with:
- stack-version: 8.12-SNAPSHOT
+ stack-version: 8.14.0-SNAPSHOT
security-enabled: false
- uses: ruby/setup-ruby@v1
0 commit comments