diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index fb1615b..b86694f 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -9,9 +9,11 @@ jobs: strategy: fail-fast: false matrix: - php: [ 8.2 ] - laravel: [9.*, 10.*] + php: [ 8.2, 8.3 ] + laravel: [9.*, 10.*, 11.*] include: + - laravel: 11.* + testbench: 9.* - laravel: 10.* testbench: 8.* - laravel: 9.*