Skip to content

Commit 6ccfa0f

Browse files
committed
Upgrade Java 8 CI image to jdk8u282b08
Closes gh-25019
1 parent c7b299f commit 6ccfa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/get-jdk-url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
case "$1" in
55
java8)
6-
echo "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u275b01.tar.gz"
6+
echo "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jdk_x64_linux_hotspot_8u282b08.tar.gz"
77
;;
88
java11)
99
echo "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9.1_1.tar.gz"

0 commit comments

Comments
 (0)