diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index a6c6bdb1..223f55d1 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -9,12 +9,12 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest ] - php: [ 8.1 ] - laravel: [ 10.* ] + php: [ 8.1, 8.2 ] + laravel: [ 10.*, 11.* ] stability: [ prefer-stable ] include: - - laravel: 10.* - testbench: ^8.0 + - laravel: [ 10.*, 11.* ] + testbench: [ ^8.0, ^9.0 ] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: