Skip to content

Commit ef09c81

Browse files
committed
Upgrade JDK 9 CI image to JDK 9+181
Closes gh-16400
1 parent 695dc8e commit ef09c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ case "$1" in
2222
COMPONENTS=1
2323
;;
2424
java9)
25-
JDK_URL=https://github.com/AdoptOpenJDK/openjdk9-binaries/releases/download/jdk-9.0.4%2B11/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
25+
JDK_URL=https://github.com/AdoptOpenJDK/openjdk9-binaries/releases/download/jdk-9%2B181/OpenJDK9U-jdk_x64_linux_hotspot_9_181.tar.gz
2626
COMPONENTS=2
2727
;;
2828
java10)

0 commit comments

Comments
 (0)