From 859182abff39fc3c4d228861fdfbaf1daa107102 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 19 Nov 2023 13:44:12 +0800 Subject: [PATCH] remove fail fast --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 517dc25f..0fc951b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,7 +67,6 @@ jobs: include: - php: '8.1' - php: '8.2' - fail-fast: false steps: - name: "Checkout" @@ -98,7 +97,7 @@ jobs: vendor/bin/phpunit tests/ --no-coverage build: - name: "Build PHP Test (PHP ${{ matrix.php }})" + name: "Build PHP Test (PHP ${{ matrix.php }} ${{ matrix.os }})" runs-on: ${{ matrix.os }} timeout-minutes: 120 strategy: