Remove JDK 19 CI

Closes gh-34639
This commit is contained in:
Andy Wilkinson
2023-03-24 15:47:06 +00:00
parent e79ac4b24e
commit 04e7e70ebd
4 changed files with 2 additions and 110 deletions

View File

@@ -20,10 +20,6 @@ case "$JDK_VERSION" in
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=17"
ISSUE_TITLE="Upgrade Java 17 version in CI image"
;;
java19)
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=19"
ISSUE_TITLE="Upgrade Java 19 version in CI image"
;;
*)
echo $"Unknown java version"
exit 1;