We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65320a2 commit bd5baabCopy full SHA for bd5baab
x-pack/plugin/esql/qa/server/mixed-cluster/build.gradle
@@ -27,9 +27,9 @@ dependencies {
27
28
GradleUtils.extendSourceSet(project, "javaRestTest", "yamlRestTest")
29
30
-// ESQL is available in 8.11 or later
+// ES|QL becomes GA in 8.14
31
def supportedVersion = bwcVersion -> {
32
- return bwcVersion.onOrAfter(Version.fromString("8.11.0")) && bwcVersion != VersionProperties.elasticsearchVersion
+ return bwcVersion.onOrAfter(Version.fromString("8.14.0")) && bwcVersion != VersionProperties.elasticsearchVersion
33
}
34
35
buildParams.bwcVersions.withWireCompatible(supportedVersion) { bwcVersion, baseName ->
0 commit comments