Skip to content

Commit 785516a

Browse files
committed
Bumps stack to version 9.1.0-SNAPSHOT
1 parent d560de8 commit 785516a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.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: 9.0.0-SNAPSHOT
29+
stack-version: 9.1.0-SNAPSHOT
3030
- uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby }}
@@ -39,4 +39,4 @@ jobs:
3939
- name: elasticsearch
4040
run: cd elasticsearch && bundle exec rake test:all
4141
- name: elasticsearch-api
42-
run: rake es:download_artifacts[9.0.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
42+
run: rake es:download_artifacts[9.1.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all

.github/workflows/otel.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.0.0-SNAPSHOT
31+
stack-version: 9.1.0-SNAPSHOT
3232
- uses: ruby/setup-ruby@v1
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.0.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
44+
run: rake es:download_artifacts[9.1.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all

0 commit comments

Comments
 (0)