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 4de914d commit 12c0b62Copy full SHA for 12c0b62
.buildkite/pipeline.yml
@@ -25,7 +25,7 @@ steps:
25
transport: main
26
env:
27
RUBY_VERSION: '{{ matrix.ruby }}'
28
- STACK_VERSION: 9.0.0-SNAPSHOT
+ STACK_VERSION: 9.0.2-SNAPSHOT
29
ES_YAML_TESTS_BRANCH: '9.0'
30
TRANSPORT_VERSION: '{{ matrix.transport }}'
31
RUBY_SOURCE: '{{ matrix.ruby_source }}'
.github/workflows/9.0.yml
@@ -26,7 +26,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: elastic/elastic-github-actions/elasticsearch@master
with:
- stack-version: 9.0.0-SNAPSHOT
+ stack-version: 9.0.2-SNAPSHOT
- uses: ruby/setup-ruby@v1
32
ruby-version: ${{ matrix.ruby }}
0 commit comments