diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0e72ba..4bdcdba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,14 +13,14 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.4, 8.3, 8.2, 8.1] + php: [8.5, 8.4, 8.3, 8.2, 8.1] laravel: [12.*, 11.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 12.* testbench: 10.* - laravel: 11.* - testbench: 9.* + testbench: ^9.9 - laravel: 10.* testbench: ^8.02 exclude: