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 c156a3b commit 82404adCopy full SHA for 82404ad
.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.4.0}
+export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-7.4.2}
16
export SINGLE_TEST=${SINGLE_TEST}
17
18
set +x
.travis.yml
@@ -19,7 +19,7 @@ branches:
19
env:
20
global:
21
- TEST_ES_SERVER=http://localhost:9250
22
- - ELASTICSEARCH_VERSION=7.4.0
+ - ELASTICSEARCH_VERSION=7.4.2
23
24
matrix:
25
include:
0 commit comments