Skip to content

Commit 5eaa25c

Browse files
Bumps stack to version 8.17.0
1 parent 444e7ea commit 5eaa25c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/8.x.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.16.0-SNAPSHOT
29+
stack-version: 8.17.0
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 es:download_artifacts[8.16.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
43+
run: rake es:download_artifacts[8.17.0] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit

.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: 8.16.0-SNAPSHOT
31+
stack-version: 8.17.0
3232
security-enabled: false
3333
- uses: ruby/setup-ruby@v1
3434
with:
@@ -42,4 +42,4 @@ jobs:
4242
- name: elasticsearch
4343
run: cd elasticsearch && bundle exec rake test:all
4444
- name: elasticsearch-api
45-
run: rake es:download_artifacts[8.16.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
45+
run: rake es:download_artifacts[8.17.0] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit

0 commit comments

Comments
 (0)