We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea3f5f commit 5736474Copy full SHA for 5736474
.github/workflows/otel.yml
@@ -28,7 +28,7 @@ jobs:
28
sudo sysctl -w vm.max_map_count=262144
29
- uses: elastic/elastic-github-actions/elasticsearch@master
30
with:
31
- stack-version: 8.12.0-SNAPSHOT
+ stack-version: 8.13.0-SNAPSHOT
32
security-enabled: false
33
- uses: ruby/setup-ruby@v1
34
@@ -42,4 +42,4 @@ jobs:
42
- name: elasticsearch
43
run: cd elasticsearch && bundle exec rake test:all
44
- name: elasticsearch-api
45
- run: rake elasticsearch:download_artifacts[8.12.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
+ run: rake elasticsearch:download_artifacts[8.13.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
0 commit comments