Skip to content

Commit 5752128

Browse files
committed
[CI] Updates STACK_VERSION
1 parent f926ced commit 5752128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
RUBY_VERSION: "{{ matrix.ruby }}"
77
TEST_SUITE: "{{ matrix.suite }}"
8-
STACK_VERSION: 8.11.0-SNAPSHOT
8+
STACK_VERSION: 8.11-SNAPSHOT
99
TRANSPORT_VERSION: "{{ matrix.transport }}"
1010
RUBY_SOURCE: "{{ matrix.ruby_source }}"
1111
matrix:

.github/workflows/8.11.yml

Lines changed: 2 additions & 2 deletions
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: 8.11.0-SNAPSHOT
29+
stack-version: 8.11-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:
@@ -40,4 +40,4 @@ jobs:
4040
- name: elasticsearch
4141
run: cd elasticsearch && bundle exec rake test:all
4242
- name: elasticsearch-api
43-
run: rake elasticsearch:download_artifacts[8.11.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
43+
run: rake elasticsearch:download_artifacts[8.11-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit

0 commit comments

Comments
 (0)