diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c05ac96..2d39e61 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,6 +40,15 @@ jobs: - phpunit: 10.0 php: 7.3 + - phpunit: 11.0 + php: 7.3 + + - phpunit: 11.0 + php: 7.4 + + - phpunit: 11.0 + php: 8.1 + name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: