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 159040b commit c1661b2Copy full SHA for c1661b2
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - 7.16-SNAPSHOT
+ - 7.17-SNAPSHOT
4
- 8.0.0-SNAPSHOT
5
6
RUBY_TEST_VERSION:
.github/workflows/7.17.yml
@@ -26,7 +26,7 @@ jobs:
26
sudo sysctl -w vm.max_map_count=262144
27
- uses: elastic/elastic-github-actions/elasticsearch@master
28
with:
29
- stack-version: 7.16-SNAPSHOT
+ stack-version: 7.17-SNAPSHOT
30
- uses: ruby/setup-ruby@v1
31
32
ruby-version: ${{ matrix.ruby }}
0 commit comments