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 7e860c0 commit b2bd8c5Copy full SHA for b2bd8c5
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
ELASTICSEARCH_VERSION:
3
-- 7.6-SNAPSHOT
+- 7.x-SNAPSHOT
4
5
RUBY_TEST_VERSION:
6
- 2.7.0
.github/workflows/7.x.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo sysctl -w vm.max_map_count=262144
26
- uses: elastic/elastic-github-actions/elasticsearch@master
27
with:
28
- stack-version: 7.6-SNAPSHOT
+ stack-version: 7.x-SNAPSHOT
29
- uses: ruby/setup-ruby@v1
30
31
ruby-version: ${{ matrix.ruby }}
0 commit comments