Upgrade CI image to JDK 8u382

This commit is contained in:
Brian Clozel
2023-09-16 21:55:32 +02:00
parent 7acbffef0e
commit 1732ad7b78

View File

@@ -3,7 +3,7 @@ set -e
case "$1" in
java8)
echo "https://github.com/bell-sw/Liberica/releases/download/8u333+2/bellsoft-jdk8u333+2-linux-amd64.tar.gz"
echo "https://github.com/bell-sw/Liberica/releases/download/8u382%2B6/bellsoft-jdk8u382+6-linux-amd64.tar.gz"
;;
java11)
echo "https://github.com/bell-sw/Liberica/releases/download/11.0.15.1+2/bellsoft-jdk11.0.15.1+2-linux-amd64.tar.gz"