Merge pull request #33886 from sannanansari

* pr/33886:
  Updated Java 19 version in CI image

Closes gh-33886
This commit is contained in:
Moritz Halbritter 2023-01-19 12:09:43 +01:00
commit 5b9c4a5af5
1 changed files with 1 additions and 1 deletions

View File

@ -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"