diff --git a/.github/workflows/setup_test.yml b/.github/workflows/setup_test.yml index 8ee2ca9..8443d15 100644 --- a/.github/workflows/setup_test.yml +++ b/.github/workflows/setup_test.yml @@ -10,10 +10,19 @@ jobs: matrix: os: [ ubuntu-latest ] php: [ '8.1', '8.2', '8.3' ] - laravel: [ 10.*, 9.* ] + laravel: [ 11.*, 10.*, 9.* ] include: + - laravel: 11.* + testbench: 9.* - laravel: 10.* testbench: 8.* + exclude: + - laravel: 11.* + php: 8.1 + - laravel: 11.* + php: 8.0 + - laravel: 10.* + php: 8.0 steps: - name: Setup PHP uses: shivammathur/setup-php@v2