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 62bc79e commit 57f55c1Copy full SHA for 57f55c1
.ci/test-matrix.yml
@@ -3,9 +3,9 @@ ELASTICSEARCH_VERSION:
3
- 8.0.0-SNAPSHOT
4
5
RUBY_TEST_VERSION:
6
+- 2.7.0
7
- 2.6.5
8
- 2.5.7
-- 2.4.9
9
10
TEST_SUITE:
11
- rest_api
.travis.yml
@@ -30,15 +30,15 @@ matrix:
30
jdk: oraclejdk8
31
env: TEST_SUITE=unit
32
33
- - rvm: 2.6.5
+ - rvm: 2.7.0
34
35
36
37
- - rvm: 2.5.7
+ - rvm: 2.6.5
38
39
40
41
- - rvm: 2.4.9
+ - rvm: 2.5.7
42
43
44
0 commit comments