Skip to content

Commit 4f0f631

Browse files
committed
HSEARCH-5391 Test against latest Elasticsearch 8.18.2
1 parent 15ed85f commit 4f0f631

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
@@ -256,7 +256,7 @@ stage('Configure') {
256256
new LocalElasticsearchBuildEnvironment(version: '8.15.4', condition: TestCondition.ON_DEMAND),
257257
new LocalElasticsearchBuildEnvironment(version: '8.16.1', condition: TestCondition.ON_DEMAND),
258258
new LocalElasticsearchBuildEnvironment(version: '8.17.6', condition: TestCondition.ON_DEMAND),
259-
new LocalElasticsearchBuildEnvironment(version: '8.18.1', condition: TestCondition.AFTER_MERGE),
259+
new LocalElasticsearchBuildEnvironment(version: '8.18.2', 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)