diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index f157d659..a6c6bdb1 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.0, 8.1 ] - laravel: [ 9.* ] + php: [ 8.1 ] + laravel: [ 10.* ] stability: [ prefer-stable ] include: - - laravel: 9.* - testbench: ^7.0 + - laravel: 10.* + testbench: ^8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: