diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a74bbf07f..0a1391375 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,11 +27,12 @@ jobs: uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]' - jdk-matrix: '[ "17", "21", "8", "23" ]' + jdk-matrix: '[ "17", "21", "8", "25" ]' + verify-fail-fast: false matrix-exclude: '[ { "jdk": "8", "distribution": "microsoft"}, { "jdk": "8", "distribution": "temurin", "os": "macos-latest" }, { "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" }, - { "jdk": "23", "distribution": "adopt-openj9" }, - { "jdk": "23", "distribution": "microsoft"}, + { "jdk": "25", "distribution": "adopt-openj9" }, + { "jdk": "25", "distribution": "microsoft"}, ]'