From 43897dbbbb74fa43b33d251d02213d85f53e7b68 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 22 Jun 2026 08:14:01 +0000 Subject: [PATCH] Bumps stack to version 9.3.6-SNAPSHOT --- .buildkite/pipeline.yml | 2 +- .github/workflows/9.3.yml | 4 ++-- .github/workflows/otel.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2db814039..45fb4e3a8 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -26,7 +26,7 @@ steps: transport: main env: RUBY_VERSION: '{{ matrix.ruby }}' - STACK_VERSION: 9.3.5-SNAPSHOT + STACK_VERSION: 9.3.6-SNAPSHOT ES_YAML_TESTS_BRANCH: 9.3 TRANSPORT_VERSION: '{{ matrix.transport }}' RUBY_SOURCE: '{{ matrix.ruby_source }}' diff --git a/.github/workflows/9.3.yml b/.github/workflows/9.3.yml index 61b6c84ed..d4e3c5cc7 100644 --- a/.github/workflows/9.3.yml +++ b/.github/workflows/9.3.yml @@ -28,7 +28,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 9.3.5-SNAPSHOT + stack-version: 9.3.6-SNAPSHOT - uses: ruby/setup-ruby@v1.279.0 with: ruby-version: ${{ matrix.ruby }} @@ -41,4 +41,4 @@ jobs: - name: elasticsearch run: cd elasticsearch && bundle exec rake test:all - name: elasticsearch-api - run: rake es:download_artifacts[9.3.5-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all + run: rake es:download_artifacts[9.3.6-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index ee3943f29..6e790cbb1 100644 --- a/.github/workflows/otel.yml +++ b/.github/workflows/otel.yml @@ -30,7 +30,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 9.3.5-SNAPSHOT + stack-version: 9.3.6-SNAPSHOT - uses: ruby/setup-ruby@v1.263.0 with: ruby-version: ${{ matrix.ruby }}