diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3ed52f6..f0a39de 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -7,10 +7,13 @@ jobs: fail-fast: true matrix: php: [8.2, 8.3] + laravel: [10.*, 11.*] stability: [prefer-stable] include: - - laravel: [10.*, 11.*] + - laravel: 10.* testbench: 8.* + - laravel: 11.* + testbench: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} steps: