Skip to content

Commit f17527f

Browse files
committed
Using 7.9.0 instead of 7.16
1 parent 85d01c2 commit f17527f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/qa/repository-old-versions-7x/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tasks.named("javaRestTest") {
3838
enabled = false
3939
}
4040

41-
['7.16.3', '7.17.25'].each { versionString ->
41+
['7.9.0', '7.17.25'].each { versionString ->
4242
String versionNoDots = versionString.replace('.', '_')
4343

4444
tasks.register("javaRestTest#${versionNoDots}", StandaloneRestIntegTestTask) {

0 commit comments

Comments
 (0)