From 8266f230d7f0e7260f849a1e488eb83b3f0e4298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 10 Jun 2024 22:58:54 +0200 Subject: [PATCH] For debugging disable fast failing of phpunit tests --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e99434ff..31682d6a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,6 +16,7 @@ jobs: runs-on: ubuntu-22.04 strategy: + fail-fast: false matrix: php-versions: [ '8.1', '8.2', '8.3' ] db-type: [ 'mysql', 'sqlite', 'postgres' ]