Skip to content

Commit

Permalink
[CI] Test against 6.8.0 of Elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed May 22, 2019
1 parent b61696d commit 7e5314b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set -eo pipefail

export RUBY_TEST_VERSION=${RUBY_TEST_VERSION:-2.6.1}
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-6.7.0}
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-6.8.0}
export SINGLE_TEST=${SINGLE_TEST}

set +x
Expand Down
4 changes: 2 additions & 2 deletions .ci/test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
ELASTICSEARCH_VERSION:
- 6.7.2
- 6.7.2-SNAPSHOT
- 6.8.0
- 6.8.0-SNAPSHOT

RUBY_TEST_VERSION:
- 2.6.1
Expand Down

0 comments on commit 7e5314b

Please sign in to comment.