diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index bd60efe..16748fd 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -26,6 +26,9 @@ jobs: - laravel: 9.* testbench: 7.* carbon: ^2.63 + exclude: + - php: 8.1 + laravel: 11.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}