Skip to content

Commit 6d1eeeb

Browse files
committed
[CI] Tests with latest snapshot stack version
1 parent 9a49625 commit 6d1eeeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo sysctl -w vm.max_map_count=262144
3131
- uses: elastic/elastic-github-actions/elasticsearch@master
3232
with:
33-
stack-version: 8.14.0-SNAPSHOT
33+
stack-version: 8.15.0-SNAPSHOT
3434
security-enabled: false
3535
- uses: ruby/setup-ruby@v1
3636
with:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo sysctl -w vm.max_map_count=262144
2828
- uses: elastic/elastic-github-actions/elasticsearch@master
2929
with:
30-
stack-version: 8.14.0-SNAPSHOT
30+
stack-version: 8.15.0-SNAPSHOT
3131
security-enabled: false
3232
- uses: ruby/setup-ruby@v1
3333
with:

0 commit comments

Comments
 (0)