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 39962cb commit 6e15e8aCopy full SHA for 6e15e8a
.kokoro/tests/run_test_java.sh
@@ -20,7 +20,7 @@ SCRIPT_DIR="$(dirname $0)/"
20
21
# Fail the tests if no Java version was found.
22
POM_JAVA=$(grep -oP '(?<=<maven.compiler.target>).*?(?=</maven.compiler.target>)' pom.xml)
23
-ALLOWED_VERSIONS=("1.8" "11" "17" "21")
+ALLOWED_VERSIONS=("1.8" "11" "17" "21" "25")
24
# shellcheck disable=SC2199
25
# shellcheck disable=SC2076
26
if [[ "$POM_JAVA" = "" ]] || [[ ! " ${ALLOWED_VERSIONS[*]} " =~ " ${POM_JAVA} " ]]; then
0 commit comments