From 0d372a5a6a8b212c1675bb5bee44c25f5cb4d16c Mon Sep 17 00:00:00 2001 From: rennokki Date: Thu, 10 Feb 2022 21:20:50 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1154d54..8e891a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,21 +15,22 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: php: - - '7.4' - '8.0' + - '8.1' laravel: - - 7.* - 8.* + - 9.* prefer: - 'prefer-lowest' - 'prefer-stable' include: - - laravel: '7.*' - testbench: '5.*' - laravel: '8.*' testbench: '6.*' + - laravel: '9.*' + testbench: '7.*' name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}