diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 05d5d5fa..c7300ce3 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,12 +15,16 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, macos-latest] - php: [8.1, 8.2, 8.3, 8.4] + php: [8.1, 8.2, 8.3, 8.4, 8.5] laravel: [10.*, 11.*, 12.*] stability: [prefer-lowest, prefer-stable] exclude: + - laravel: 10.* + php: 8.5 - laravel: 11.* php: 8.1 + - laravel: 11.* + php: 8.5 - laravel: 11.* stability: prefer-lowest - laravel: 12.* diff --git a/composer.json b/composer.json index 9957d1d8..abe5fd2c 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "nunomaduro/collision": "^7.10.0 | ^8.1.1", "larastan/larastan": "^1.0.4 | ^2.4.0 | ^3.1.0", "orchestra/testbench": "^8.0 | ^9.0 | ^10.0", - "pestphp/pest": "^2.34.2 | ^3.7.4", + "pestphp/pest": "^2.34.2 | ^3.7.4 | ^4.1.0", "pestphp/pest-plugin-laravel": "^2.3.0 | ^3.1.0", "phpstan/extension-installer": "^1.2.0", "phpstan/phpstan-deprecation-rules": "^1.0.0 | ^2.0.1",