diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 108a8c41d..9f95aeee6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,8 @@ jobs: exclude: - php: 7.2 phpunit: ^9.0 + - php: 7.2 + laravel: ^8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - U${{ matrix.phpunit }}