Skip to content

Commit

Permalink
Upgrade CI to Java 22ea+33
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jan 29, 2024
1 parent 84cce60 commit 95a3f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/get-jdk-url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case "$1" in
echo "https://github.com/bell-sw/Liberica/releases/download/21.0.2%2B14/bellsoft-jdk21.0.2+14-linux-amd64.tar.gz"
;;
java22)
echo "https://download.java.net/java/early_access/jdk22/31/GPL/openjdk-22-ea+31_linux-x64_bin.tar.gz"
echo "https://download.java.net/java/early_access/jdk22/33/GPL/openjdk-22-ea+33_linux-x64_bin.tar.gz"
;;
*)
echo $"Unknown java version"
Expand Down

0 comments on commit 95a3f3b

Please sign in to comment.