Skip to content

Commit 861f4c8

Browse files
authored
Test ES upgrade to 7.17.13 (#10770)
Before upgrading to 8.x, we need to upgrade to 7.17.13. This is mainly so we can test the upgrade process outside the ES cluster.
1 parent 575ac35 commit 861f4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
environment:
1212
TOX_POSARGS: ''
1313
PYTEST_COVERAGE: --cov-report=xml --cov-config .coveragerc --cov=. --cov-append
14-
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.14.0'
14+
- image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.13'
1515
name: search
1616
environment:
1717
discovery.type: single-node

0 commit comments

Comments
 (0)