Skip to content

Commit 9adfd34

Browse files
committed
HSEARCH-5290 Test against latest Elasticsearch 7.17.26
1 parent 03a6f99 commit 9adfd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ stage('Configure') {
251251
// so we don't test them
252252
// See https://hibernate.atlassian.net/browse/HSEARCH-4340
253253
new LocalElasticsearchBuildEnvironment(version: '7.16.3', condition: TestCondition.ON_DEMAND),
254-
new LocalElasticsearchBuildEnvironment(version: '7.17.25', condition: TestCondition.AFTER_MERGE),
254+
new LocalElasticsearchBuildEnvironment(version: '7.17.26', condition: TestCondition.AFTER_MERGE),
255255
// Not testing 8.0 because we know there are problems in 8.0.1 (see https://hibernate.atlassian.net/browse/HSEARCH-4497)
256256
// Not testing 8.1-8.6 to make the build quicker.
257257
new LocalElasticsearchBuildEnvironment(version: '8.1.3', condition: TestCondition.ON_DEMAND),

0 commit comments

Comments
 (0)