diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0cea0c7..ae6e3f6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -19,6 +19,9 @@ jobs: php: [ 8.3, 8.2, 8.1 ] laravel: [ 11.*, 10.* ] stability: [ prefer-stable ] + exclude: + - php: 8.1 + laravel: 11.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}