diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 8e103ad..4eb9db0 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,13 +13,13 @@ jobs: strategy: fail-fast: true matrix: - laravel: [ 9.*, 10.* ] - php: [ 8.1, 8.2 ] + laravel: [ 10.*, 11.* ] + php: [ 8.1, 8.2, 8.3 ] include: - - laravel: 9.* - testbench: 6.* - laravel: 10.* testbench: 8.* + - laravel: 11.* + testbench: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }}