We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532628e commit 1feba2dCopy full SHA for 1feba2d
.github/workflows/tests.yml
@@ -17,9 +17,6 @@ jobs:
17
matrix:
18
php: [ 8.2, 8.3, 8.4 ]
19
laravel: [ 10, 11, 12 ]
20
- exclude:
21
- - php: 8.4
22
- laravel: 12
23
24
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
25
composer.json
@@ -25,8 +25,8 @@
"require-dev": {
26
"laravel/pint": "^1.10",
27
"orchestra/testbench": "^8.0|^9.0|^10.0",
28
- "pestphp/pest": "^3.0",
29
- "pestphp/pest-plugin-arch": "^3.0",
+ "pestphp/pest": "^2.0|^3.0",
+ "pestphp/pest-plugin-arch": "^2.0|^3.0",
30
"phpstan/phpstan": "^1.10",
31
"red-explosion/pint-config": "^1.1",
32
"spatie/laravel-ray": "^1.32"
0 commit comments