From 16a847e4d6fc1abbb4d6da9d9811325ca6183f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 19 May 2022 12:50:52 +0200 Subject: [PATCH] Remove fail-fast to get tests on 8.2 even if 8.1 fails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/phpunit-mysql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 89af6ac91662e..909c2cbba1ef0 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -17,6 +17,8 @@ jobs: runs-on: ubuntu-latest strategy: + # do not stop on another job's failure + fail-fast: false matrix: php-versions: ['8.1', '8.2']