Skip to content

Commit

Permalink
Upgrade Java 18 version in CI image
Browse files Browse the repository at this point in the history
Closes gh-30401
  • Loading branch information
snicoll committed Mar 24, 2022
1 parent f8f7a24 commit 5deb8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/get-jdk-url.sh
Expand Up @@ -12,7 +12,7 @@ case "$1" in
echo "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_8.tar.gz"
;;
java18)
echo "https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-10-06-10-beta/OpenJDK18-jdk_x64_linux_hotspot_2022-03-10-06-10.tar.gz"
echo "https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-17-09-00-beta/OpenJDK18-jdk_x64_linux_hotspot_2022-03-17-09-00.tar.gz"
;;
*)
echo $"Unknown java version"
Expand Down

0 comments on commit 5deb8d7

Please sign in to comment.