From ee2fc75bda3f8edace4df97d394bb47a8c518282 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Mon, 6 Oct 2025 14:40:09 +0200 Subject: [PATCH] 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 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"}