Skip to content

Commit f8e3476

Browse files
committed
[CI] Updates to test against Elasticsearch 7.3.0
1 parent 6596369 commit f8e3476

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.0}
15+
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-7.3.0}
1616
export SINGLE_TEST=${SINGLE_TEST}
1717

1818
set +x

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ELASTICSEARCH_VERSION:
33
- 7.2.0
4-
- 7.3.0-SNAPSHOT
4+
- 7.3.0
55

66
RUBY_TEST_VERSION:
77
- 2.6.1

.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.2.0
22+
- ELASTICSEARCH_VERSION=7.3.0
2323

2424
matrix:
2525
include:

0 commit comments

Comments
 (0)