From feb9cb2d04541b5583e711a3193e108b95e95d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 16 Aug 2020 22:19:36 +0200 Subject: [PATCH] Fix: Continue to run jobs in test matrix when a job failed --- .github/workflows/integrate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 625ae08f..879aed81 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -251,6 +251,7 @@ jobs: runs-on: "ubuntu-latest" strategy: + fail-fast: false matrix: php-version: - "7.1"