Skip to content

Commit 0bc4567

Browse files
committed
Merge pull request #15179 from making
* pr/15179: Fix CI Java 11 references
2 parents 3baf782 + dd2ed72 commit 0bc4567

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
@@ -26,7 +26,7 @@ case "$1" in
2626
java10)
2727
JDK_URL=https://github.com/AdoptOpenJDK/openjdk10-releases/releases/download/jdk-10.0.2%2B13/OpenJDK10_x64_Linux_jdk-10.0.2.13.tar.gz
2828
;;
29-
jav11)
29+
java11)
3030
JDK_URL=https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.1%2B13/OpenJDK11U-jdk_x64_linux_hotspot_11.0.1_13.tar.gz
3131
;;
3232
*)

0 commit comments

Comments
 (0)