Upgrade Java 8 version in CI image

Closes gh-31286
This commit is contained in:
Stephane Nicoll 2022-06-09 07:59:58 +02:00
parent 1a8c1217ed
commit 87840c755b

View File

@ -3,7 +3,7 @@ set -e
case "$1" in
java8)
echo "https://github.com/bell-sw/Liberica/releases/download/8u332+9/bellsoft-jdk8u332+9-linux-amd64.tar.gz"
echo "https://github.com/bell-sw/Liberica/releases/download/8u333+2/bellsoft-jdk8u333+2-linux-amd64.tar.gz"
;;
java11)
echo "https://github.com/bell-sw/Liberica/releases/download/11.0.15+10/bellsoft-jdk11.0.15+10-linux-amd64.tar.gz"