Skip to content

Commit 92f7587

Browse files
committed
Upgrade to JDK 15 build 23 on CI server
1 parent 16f1414 commit 92f7587

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
@@ -12,7 +12,7 @@ case "$1" in
1212
echo "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.1%2B7/OpenJDK14U-jdk_x64_linux_hotspot_14.0.1_7.tar.gz"
1313
;;
1414
java15)
15-
echo "https://download.java.net/java/early_access/jdk15/21/GPL/openjdk-15-ea+21_linux-x64_bin.tar.gz"
15+
echo "https://download.java.net/java/early_access/jdk15/23/GPL/openjdk-15-ea+23_linux-x64_bin.tar.gz"
1616
;;
1717
*)
1818
echo $"Unknown java version"

0 commit comments

Comments
 (0)