Skip to content

Commit

Permalink
Merge pull request #33886 from sannanansari
Browse files Browse the repository at this point in the history
* pr/33886:
  Updated Java 19 version in CI image

Closes gh-33886
  • Loading branch information
mhalbritter committed Jan 19, 2023
2 parents 5ea878c + 7fc28b3 commit 5b9c4a5
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 @@ -12,7 +12,7 @@ case "$1" in
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
;;
java19)
echo "https://github.com/bell-sw/Liberica/releases/download/19.0.1+11/bellsoft-jdk19.0.1+11-linux-amd64.tar.gz"
echo "https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gz"
;;
*)
echo $"Unknown java version"
Expand Down

0 comments on commit 5b9c4a5

Please sign in to comment.