diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b7974ee..536141d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,11 +16,9 @@ jobs: php: [8.2, 8.1] laravel: [10.*, 11.*] stability: [lowest, stable] - include: - - laravel: 10.* - testbench: 8.* - carbon: ^2.63 - + exclude: + - php: 8.1 + laravel: 11.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: