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 322ad9c commit 3877e37Copy full SHA for 3877e37
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
ELASTICSEARCH_VERSION:
3
-- 7.x-SNAPSHOT
+- 7.9.0-SNAPSHOT
4
5
RUBY_TEST_VERSION:
6
- 2.7
.github/workflows/7.x.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.x-SNAPSHOT
+ stack-version: 7.9.0-SNAPSHOT
30
- uses: ruby/setup-ruby@v1
31
32
ruby-version: ${{ matrix.ruby }}
0 commit comments