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 ]