diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 932827c..d67cf61 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,8 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + # Add another JDK to the matrix to check JEP 493 changes + with: + jdk-distribution-matrix: '[ "temurin", "zulu"]' + jdk-matrix: '[ "11", "17", "21", "25" ]' + verify-fail-fast: false