Skip to content

Commit 5736474

Browse files
committed
[CI] Update Stack version in OTel tests
1 parent 2ea3f5f commit 5736474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.12.0-SNAPSHOT
31+
stack-version: 8.13.0-SNAPSHOT
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 elasticsearch:download_artifacts[8.12.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
45+
run: rake elasticsearch:download_artifacts[8.13.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit

0 commit comments

Comments
 (0)