Skip to content

Commit 82404ad

Browse files
committed
Use 7.4.2 as default elasticsearch version
1 parent c156a3b commit 82404ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
set -eo pipefail
1313

1414
export RUBY_TEST_VERSION=${RUBY_TEST_VERSION:-2.6.1}
15-
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-7.4.0}
15+
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-7.4.2}
1616
export SINGLE_TEST=${SINGLE_TEST}
1717

1818
set +x

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ branches:
1919
env:
2020
global:
2121
- TEST_ES_SERVER=http://localhost:9250
22-
- ELASTICSEARCH_VERSION=7.4.0
22+
- ELASTICSEARCH_VERSION=7.4.2
2323

2424
matrix:
2525
include:

0 commit comments

Comments
 (0)