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 6596369 commit f8e3476Copy full SHA for f8e3476
.ci/run-tests
@@ -12,7 +12,7 @@
12
set -eo pipefail
13
14
export RUBY_TEST_VERSION=${RUBY_TEST_VERSION:-2.6.1}
15
-export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-7.2.0}
+export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-7.3.0}
16
export SINGLE_TEST=${SINGLE_TEST}
17
18
set +x
.ci/test-matrix.yml
@@ -1,7 +1,7 @@
1
---
2
ELASTICSEARCH_VERSION:
3
- 7.2.0
4
-- 7.3.0-SNAPSHOT
+- 7.3.0
5
6
RUBY_TEST_VERSION:
7
- 2.6.1
.travis.yml
@@ -19,7 +19,7 @@ branches:
19
env:
20
global:
21
- TEST_ES_SERVER=http://localhost:9250
22
- - ELASTICSEARCH_VERSION=7.2.0
+ - ELASTICSEARCH_VERSION=7.3.0
23
24
matrix:
25
include:
0 commit comments