Skip to content

Commit

Permalink
Upgrade Java 17 version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed May 16, 2022
1 parent 3e723d7 commit 9316dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/get-jdk-url.sh
Expand Up @@ -9,7 +9,7 @@ case "$1" in
echo "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.15_10.tar.gz"
;;
java17)
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"
echo "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.3%2B7/OpenJDK17U-jdk_x64_linux_hotspot_17.0.3_7.tar.gz"
;;
*)
echo $"Unknown java version"
Expand Down

0 comments on commit 9316dc2

Please sign in to comment.