Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions shared.jq
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,5 @@ def has_openssl_ge_3(variant):
variant | (
# amazonlinux
contains("al2") # corretto
# debian
or contains("bullseye") # openjdk
or contains("buster") # openjdk
# ubuntu
or contains("focal") # temurin
) | not
;
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for javaVersion in 21 17 11 8; do
# Eclipse Temurin, followed by OpenJDK, and then all other variants alphabetically
for vendorVariant in \
temurin-{noble,jammy} \
openjdk{,-slim}-{bookworm,bullseye,buster} \
openjdk{,-slim}-{trixie,bookworm} \
corretto-al2 \
; do
for javaVariant in {jdk,jre}"$javaVersion"; do
Expand Down