This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch do-not-fail-fast
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit ee2fc75bda3f8edace4df97d394bb47a8c518282
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon Oct 6 14:40:09 2025 +0200

    Do not fail fast
    
    By default the matrix will fail fast, but in this case it
    makes no sense, and is even better to make it non fail fast.
    
    Ref:
    
https://github.com/apache/maven-gh-actions-shared/blob/3b6a3fd53a6cc1ea2f5f25625cc9fd6a9d6ebe22/.github/workflows/maven-verify.yml#L162
---
 .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 5cc2570..d548559 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"}     

Reply via email to