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 fae35df commit 0486495Copy full SHA for 0486495
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
ELASTICSEARCH_VERSION:
3
-- 7.x-SNAPSHOT
+- 7.7-SNAPSHOT
4
5
RUBY_TEST_VERSION:
6
- 2.7
.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.x-SNAPSHOT
+ stack-version: 7.7-SNAPSHOT
29
- uses: ruby/setup-ruby@v1
30
31
ruby-version: ${{ matrix.ruby }}
.travis.yml
@@ -18,7 +18,7 @@ branches:
18
env:
19
global:
20
- TEST_ES_SERVER=http://localhost:9250
21
- - ELASTICSEARCH_VERSION=7.6.2
+ - ELASTICSEARCH_VERSION=7.7.0
22
23
matrix:
24
include:
0 commit comments