Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
# Define Gradle versions per JDK in compact arrays to avoid a huge YAML matrix
# Keep only major tag and latest minor/patch version in that major. Gradle does not republish minor/patch versions.
JDK25=(
9 9.2.0
9 9.2.1
)
JDK21=(
8 8.14.3 9 9.2.0
8 8.14.3 9 9.2.1
)
JDK17=(
8 8.14.3 9 9.2.0
8 8.14.3 9 9.2.1
)
JDK11=(
8 8.14.3
Expand Down