From 7f042b3fe1695c65f72d8dd3357cfa5491a3232a Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Tue, 5 Sep 2023 11:19:31 +0800 Subject: [PATCH] add jdk20 tests --- ci/run_ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run_ci.sh b/ci/run_ci.sh index eef0371644..f2217b2ae1 100755 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -64,6 +64,7 @@ install_bazel() { } JDKS=( +"zulu20.32.11-ca-jdk20.0.2-linux_x64" "zulu17.44.17-ca-crac-jdk17.0.8-linux_x64" "zulu15.46.17-ca-jdk15.0.10-linux_x64" "zulu13.54.17-ca-jdk13.0.14-linux_x64"