@@ -222,7 +222,7 @@ stage('Configure') {
222222 // --------------------------------------------
223223 // Elasticsearch distribution from Elastic
224224 // Not testing 7.9- since those versions are EOL'ed.
225- new LocalElasticsearchBuildEnvironment (version : ' 7.10.1 ' , condition : TestCondition . AFTER_MERGE ),
225+ new LocalElasticsearchBuildEnvironment (version : ' 7.10.2 ' , condition : TestCondition . AFTER_MERGE ),
226226 // Not testing 7.11 to make the build quicker.
227227 // The only difference with 7.12+ is that wildcard predicates on analyzed fields get their pattern normalized,
228228 // and that was deemed a bug: https://github.com/elastic/elasticsearch/pull/53127
@@ -254,7 +254,7 @@ stage('Configure') {
254254 new LocalElasticsearchBuildEnvironment (version : ' 8.16.1' , condition : TestCondition . ON_DEMAND ),
255255 new LocalElasticsearchBuildEnvironment (version : ' 8.17.6' , condition : TestCondition . ON_DEMAND ),
256256 new LocalElasticsearchBuildEnvironment (version : ' 8.18.7' , condition : TestCondition . ON_DEMAND ),
257- new LocalElasticsearchBuildEnvironment (version : ' 8.19.4 ' , condition : TestCondition . AFTER_MERGE ),
257+ new LocalElasticsearchBuildEnvironment (version : ' 8.19.6 ' , condition : TestCondition . AFTER_MERGE ),
258258 new LocalElasticsearchBuildEnvironment (version : ' 9.0.7' , condition : TestCondition . ON_DEMAND ),
259259 new LocalElasticsearchBuildEnvironment (version : ' 9.1.5' , condition : TestCondition . ON_DEMAND ),
260260 new LocalElasticsearchBuildEnvironment (version : ' 9.2.0' , condition : TestCondition . BEFORE_MERGE , isDefault : true ),
0 commit comments