diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 5cc257083..d548559d0 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -29,6 +29,7 @@ jobs: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]' maven4-build: true maven4-version: '4.0.0-rc-4' # the same as used in project + verify-fail-fast: false matrix-exclude: '[ { "jdk": "25", "distribution": "adopt-openj9" }, { "jdk": "25", "distribution": "microsoft"}