Skip to content

Commit 131d1c0

Browse files
committed
HSEARCH-5262 Test against latest Elasticsearch 7.17.25
1 parent 1bda201 commit 131d1c0

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
@@ -248,7 +248,7 @@ stage('Configure') {
248248
// so we don't test them
249249
// See https://hibernate.atlassian.net/browse/HSEARCH-4340
250250
new LocalElasticsearchBuildEnvironment(version: '7.16.3', condition: TestCondition.ON_DEMAND),
251-
new LocalElasticsearchBuildEnvironment(version: '7.17.24', condition: TestCondition.AFTER_MERGE),
251+
new LocalElasticsearchBuildEnvironment(version: '7.17.25', condition: TestCondition.AFTER_MERGE),
252252
// Not testing 8.0 because we know there are problems in 8.0.1 (see https://hibernate.atlassian.net/browse/HSEARCH-4497)
253253
// Not testing 8.1-8.6 to make the build quicker.
254254
new LocalElasticsearchBuildEnvironment(version: '8.1.3', condition: TestCondition.ON_DEMAND),

0 commit comments

Comments
 (0)