Skip to content

Commit ad792ea

Browse files
elasticmachinepicandocodigo
authored andcommitted
Bumps stack to version 9.3.2-SNAPSHOT
1 parent f91856f commit ad792ea

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
transport: main
2727
env:
2828
RUBY_VERSION: '{{ matrix.ruby }}'
29-
STACK_VERSION: 9.3.1-SNAPSHOT
29+
STACK_VERSION: 9.3.2-SNAPSHOT
3030
ES_YAML_TESTS_BRANCH: 9.3
3131
TRANSPORT_VERSION: '{{ matrix.transport }}'
3232
RUBY_SOURCE: '{{ matrix.ruby_source }}'

.github/workflows/9.3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo sysctl -w vm.max_map_count=262144
2929
- uses: elastic/elastic-github-actions/elasticsearch@master
3030
with:
31-
stack-version: 9.3.1-SNAPSHOT
31+
stack-version: 9.3.2-SNAPSHOT
3232
- uses: ruby/setup-ruby@v1.279.0
3333
with:
3434
ruby-version: ${{ matrix.ruby }}
@@ -41,4 +41,4 @@ jobs:
4141
- name: elasticsearch
4242
run: cd elasticsearch && bundle exec rake test:all
4343
- name: elasticsearch-api
44-
run: rake es:download_artifacts[9.3.1-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
44+
run: rake es:download_artifacts[9.3.2-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all

.github/workflows/otel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo sysctl -w vm.max_map_count=262144
3131
- uses: elastic/elastic-github-actions/elasticsearch@master
3232
with:
33-
stack-version: 9.3.1-SNAPSHOT
33+
stack-version: 9.3.2-SNAPSHOT
3434
- uses: ruby/setup-ruby@v1.263.0
3535
with:
3636
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)