From 137834fb72de2e595794ab3bd885cc72c87508fa Mon Sep 17 00:00:00 2001 From: Daryll Doyle Date: Wed, 14 Aug 2024 11:58:46 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20fast=20fail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/php.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 397ca8f..3a23a2e 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -28,8 +28,9 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: - php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] + php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] services: mysql: