Skip to content

Commit 18c0f6b

Browse files
committed
HSEARCH-5512 Test against the latest Elasticsearch 7.10/8.19
1 parent 052c532 commit 18c0f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)