Skip to content

Commit be5f0d0

Browse files
committed
HSEARCH-5479 Bump test versions for older Elasticsearch envs (9.0/8.19/8.18)
(cherry picked from commit c429e76)
1 parent c724450 commit be5f0d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ stage('Configure') {
259259
new LocalElasticsearchBuildEnvironment(version: '8.15.4', condition: TestCondition.ON_DEMAND),
260260
new LocalElasticsearchBuildEnvironment(version: '8.16.1', condition: TestCondition.ON_DEMAND),
261261
new LocalElasticsearchBuildEnvironment(version: '8.17.6', condition: TestCondition.ON_DEMAND),
262-
new LocalElasticsearchBuildEnvironment(version: '8.18.6', condition: TestCondition.ON_DEMAND),
263-
new LocalElasticsearchBuildEnvironment(version: '8.19.3', condition: TestCondition.AFTER_MERGE),
264-
new LocalElasticsearchBuildEnvironment(version: '9.0.6', condition: TestCondition.ON_DEMAND),
262+
new LocalElasticsearchBuildEnvironment(version: '8.18.7', condition: TestCondition.ON_DEMAND),
263+
new LocalElasticsearchBuildEnvironment(version: '8.19.4', condition: TestCondition.AFTER_MERGE),
264+
new LocalElasticsearchBuildEnvironment(version: '9.0.7', condition: TestCondition.ON_DEMAND),
265265
new LocalElasticsearchBuildEnvironment(version: '9.1.4', condition: TestCondition.BEFORE_MERGE, isDefault: true),
266266
// IMPORTANT: Make sure to update the documentation for any newly supported Elasticsearch versions
267267
// See version.org.elasticsearch.compatible.expected.text

0 commit comments

Comments
 (0)