diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 4169c30..ccd4911 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -12,13 +12,13 @@ jobs: matrix: dependency-version: [ stable, lowest ] os: [ ubuntu-latest, windows-latest ] - laravel: [ ^8.79, ^9.34, 10.* ] + laravel: [ ^8.79, ^9.50.2, 10.* ] php: [ 8.0, 8.1, 8.2 ] include: - laravel: ^8.79 testbench: ^6.24 - - laravel: ^9.34 - testbench: ^7.10 + - laravel: ^9.50.2 + testbench: ^7.22 - laravel: 10.* testbench: 8.* exclude: