Skip to content

Commit 8f1f683

Browse files
committed
Upgrade Java versions in CI image
1 parent ce2367a commit 8f1f683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/images/get-jdk-url.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ set -e
33

44
case "$1" in
55
java8)
6-
echo "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jdk_x64_linux_hotspot_8u282b08.tar.gz"
6+
echo "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u322-b06/OpenJDK8U-jdk_x64_linux_hotspot_8u322b06.tar.gz"
77
;;
88
java11)
9-
echo "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.10_9.tar.gz"
9+
echo "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14%2B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.14_9.tar.gz"
1010
;;
1111
*)
1212
echo $"Unknown java version"

0 commit comments

Comments
 (0)