diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b808ec..8efa3d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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