From f8b687a62da14e7053281749bbe6a2e9fc8edc74 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Thu, 7 Mar 2024 18:50:21 -0800 Subject: [PATCH] fixup! don't fail fast for ci matrix Signed-off-by: Sam Gammon --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3004125f73a5..6894be98e5e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: contents: read # for actions/checkout to fetch code name: "${{ matrix.root-pom }} on JDK ${{ matrix.java }} on ${{ matrix.os }}" strategy: + fail-fast: false matrix: os: [ ubuntu-latest ] java: [ 8, 11, 17, 21 ]