diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 968257d..c132996 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -21,6 +21,9 @@ jobs: testbench: 8.* - laravel: 9.* testbench: 7.* + exclude: + - php: 8.2 + laravel: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}