Skip to content

Commit 12c0b62

Browse files
committed
[CI] Updates STACK_VERSION
1 parent 4de914d commit 12c0b62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
transport: main
2626
env:
2727
RUBY_VERSION: '{{ matrix.ruby }}'
28-
STACK_VERSION: 9.0.0-SNAPSHOT
28+
STACK_VERSION: 9.0.2-SNAPSHOT
2929
ES_YAML_TESTS_BRANCH: '9.0'
3030
TRANSPORT_VERSION: '{{ matrix.transport }}'
3131
RUBY_SOURCE: '{{ matrix.ruby_source }}'

.github/workflows/9.0.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: 9.0.0-SNAPSHOT
29+
stack-version: 9.0.2-SNAPSHOT
3030
- uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)