File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ stage('Configure') {
248
248
// so we don't test them
249
249
// See https://hibernate.atlassian.net/browse/HSEARCH-4340
250
250
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 ),
252
252
// Not testing 8.0 because we know there are problems in 8.0.1 (see https://hibernate.atlassian.net/browse/HSEARCH-4497)
253
253
// Not testing 8.1-8.6 to make the build quicker.
254
254
new LocalElasticsearchBuildEnvironment (version : ' 8.1.3' , condition : TestCondition . ON_DEMAND ),
You can’t perform that action at this time.
0 commit comments