Skip to content

Commit

Permalink
[CI] Tests with latest snapshot stack version
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed May 30, 2024
1 parent 9a49625 commit 6d1eeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 8.14.0-SNAPSHOT
stack-version: 8.15.0-SNAPSHOT
security-enabled: false
- uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 8.14.0-SNAPSHOT
stack-version: 8.15.0-SNAPSHOT
security-enabled: false
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 6d1eeeb

Please sign in to comment.