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 cc663e7 commit a97062bCopy full SHA for a97062b
.buildkite/pipeline.yml
@@ -39,11 +39,11 @@ steps:
39
skip: true
40
# Compatibility tests for 8.x:
41
- with:
42
- stack_version: "8.6-SNAPSHOT"
+ stack_version: "8.8-SNAPSHOT"
43
suite: "free"
44
ruby: "3.2"
45
46
47
suite: "platinum"
48
49
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:
29
- stack-version: 8.5-SNAPSHOT
+ stack-version: 8.8-SNAPSHOT
30
security-enabled: false
31
- uses: ruby/setup-ruby@v1
32
0 commit comments