Skip to content

Commit 311e564

Browse files
committed
Upgrade CI to JDK 17.0.10+13 and 21.0.2+14
1 parent 9908707 commit 311e564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/images/get-jdk-url.sh

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

44
case "$1" in
55
java17)
6-
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.9+11/bellsoft-jdk17.0.9+11-linux-amd64.tar.gz"
6+
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.10+13/bellsoft-jdk17.0.10+13-linux-amd64.tar.gz"
77
;;
88
java21)
9-
echo "https://github.com/bell-sw/Liberica/releases/download/21.0.1+12/bellsoft-jdk21.0.1+12-linux-amd64.tar.gz"
9+
echo "https://github.com/bell-sw/Liberica/releases/download/21.0.2+14/bellsoft-jdk21.0.2+14-linux-amd64.tar.gz"
1010
;;
1111
*)
1212
echo $"Unknown java version"

0 commit comments

Comments
 (0)