Skip to content

Commit e852fbd

Browse files
committed
Upgrade Java 17 version in CI build
1 parent d9497ff commit e852fbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/images/get-jdk-url.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ set -e
33

44
case "$1" in
55
java17)
6-
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4.1+1/bellsoft-jdk17.0.4.1+1-linux-amd64.tar.gz"
7-
;;
8-
java18)
9-
echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2.1%2B1/bellsoft-jdk18.0.2.1+1-linux-amd64.tar.gz"
6+
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
107
;;
8+
java19)
9+
echo "https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gz"
10+
;;
1111
*)
1212
echo $"Unknown java version"
1313
exit 1

0 commit comments

Comments
 (0)