Skip to content

Commit a13f702

Browse files
committed
HSEARCH-5376 Test against latest Elasticsearch 8.18.1 / 8.17.6
1 parent 65c28dc commit a13f702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ stage('Configure') {
255255
new LocalElasticsearchBuildEnvironment(version: '8.14.3', condition: TestCondition.ON_DEMAND),
256256
new LocalElasticsearchBuildEnvironment(version: '8.15.4', condition: TestCondition.ON_DEMAND),
257257
new LocalElasticsearchBuildEnvironment(version: '8.16.1', condition: TestCondition.ON_DEMAND),
258-
new LocalElasticsearchBuildEnvironment(version: '8.17.5', condition: TestCondition.ON_DEMAND),
259-
new LocalElasticsearchBuildEnvironment(version: '8.18.0', condition: TestCondition.AFTER_MERGE),
258+
new LocalElasticsearchBuildEnvironment(version: '8.17.6', condition: TestCondition.ON_DEMAND),
259+
new LocalElasticsearchBuildEnvironment(version: '8.18.1', condition: TestCondition.AFTER_MERGE),
260260
new LocalElasticsearchBuildEnvironment(version: '9.0.1', condition: TestCondition.BEFORE_MERGE, isDefault: true),
261261
// IMPORTANT: Make sure to update the documentation for any newly supported Elasticsearch versions
262262
// See version.org.elasticsearch.compatible.expected.text

0 commit comments

Comments
 (0)