Skip to content

Commit 91fa857

Browse files
committed
HSEARCH-5412 Test against latest Elasticsearch 8.18.3
1 parent 58d6fce commit 91fa857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ 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.2', condition: TestCondition.AFTER_MERGE),
262+
new LocalElasticsearchBuildEnvironment(version: '8.18.3', condition: TestCondition.AFTER_MERGE),
263263
new LocalElasticsearchBuildEnvironment(version: '9.0.2', condition: TestCondition.BEFORE_MERGE, isDefault: true),
264264
// IMPORTANT: Make sure to update the documentation for any newly supported Elasticsearch versions
265265
// See version.org.elasticsearch.compatible.expected.text

0 commit comments

Comments
 (0)