From b55a14412625d4ab70413ff0096cffee24e7b56d Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Mon, 10 Jun 2024 13:25:27 +0200 Subject: [PATCH] fix test matrix --- .github/workflows/phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index f62f1fe..1033f71 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest strategy: - fail-fast: true + fail-fast: false matrix: php: [8.1, 8.2, 8.3] - laravel: [9.*, 10.*. 11.*] + laravel: [9.*, 10.*, 11.*] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}