From a1d3069f1ccccbad694fef28adc38e9cd2725c93 Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 11 Jan 2024 09:56:36 +0100 Subject: [PATCH] Don't fail fast so we know what versions pass in matrix --- .github/workflows/functional_test__rector_examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/functional_test__rector_examples.yml b/.github/workflows/functional_test__rector_examples.yml index 18f97385..2402ecf3 100644 --- a/.github/workflows/functional_test__rector_examples.yml +++ b/.github/workflows/functional_test__rector_examples.yml @@ -15,6 +15,7 @@ jobs: run_functional_test: name: Functional Test | PHP ${{ matrix.php-version }} | Drupal ${{ matrix.drupal }}" strategy: + fail-fast: false matrix: include: - php-version: "7.4"