Skip to content

Commit 8c589c3

Browse files
committed
HSEARCH-5360 Test against the latest Elasticsearch 8.17.5
1 parent 21851ee commit 8c589c3

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
@@ -255,7 +255,7 @@ 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.4', condition: TestCondition.BEFORE_MERGE, isDefault: true),
258+
new LocalElasticsearchBuildEnvironment(version: '8.17.5', condition: TestCondition.BEFORE_MERGE, isDefault: true),
259259
// IMPORTANT: Make sure to update the documentation for any newly supported Elasticsearch versions
260260
// See version.org.elasticsearch.compatible.expected.text
261261
// and version.org.elasticsearch.compatible.regularly-tested.text in POMs.

0 commit comments

Comments
 (0)