This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch maven-compiler-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 5ecf2352f6567c85bfda56130799a214d2f91fb3 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Oct 5 22:11:45 2025 +0200 test all --- .github/workflows/maven-verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 49a76bb..19828f9 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -30,6 +30,7 @@ jobs: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]' jdk-matrix: '[ "8", "21", "25" ]' maven4-enabled: true + verify-fail-fast: false matrix-exclude: '[ { "jdk": "8", "distribution": "microsoft" }, { "jdk": "8", "distribution": "temurin", "os": "macos-latest" },
