diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 26428967..4182e3f8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -68,7 +68,7 @@ jobs: matrix: laravel: [ 9.*, 8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*, 5.5.*, 5.4.*, 5.3.*, 5.2.*, 5.1.*, 5.0.*, 4.2.*, 4.1.*, 4.0.* ] include: - - { laravel: 9.*, testbench: 7.*, php: 8.0, phpunit: 9.5.* } + - { laravel: 9.*, testbench: 7.*, php: 8.2, phpunit: 9.5.* } - { laravel: 8.*, testbench: 6.*, php: 7.3, phpunit: 9.3.* } - { laravel: 7.*, testbench: 5.*, php: 7.3, phpunit: 8.4.* } - { laravel: 6.*, testbench: 4.*, php: 7.2, phpunit: 8.3.* }