File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,11 @@ jobs:
22
22
matrix :
23
23
os : [ubuntu-latest, windows-latest]
24
24
php : [8.4, 8.3]
25
- laravel : [12.*, 11.*, 10.* ]
25
+ laravel : [12.*]
26
26
stability : [prefer-lowest, prefer-stable]
27
27
include :
28
28
- laravel : 12.*
29
29
testbench : 10.*
30
- - laravel : 11.*
31
- testbench : 9.*
32
- - laravel : 10.*
33
- testbench : 8.*
34
30
35
31
36
32
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 29
29
},
30
30
"require-dev" : {
31
31
"laravel/pint" : " ^1.14" ,
32
- "nunomaduro/collision" : " ^8.1.1||^7.10.0 " ,
32
+ "nunomaduro/collision" : " ^8.1.1" ,
33
33
"larastan/larastan" : " ^2.9||^3.0" ,
34
- "orchestra/testbench" : " ^10.0.0||^9.0.0||^8.22.0 " ,
34
+ "orchestra/testbench" : " ^10.0.0" ,
35
35
"pestphp/pest" : " ^3.0" ,
36
36
"pestphp/pest-plugin-arch" : " ^3.0" ,
37
- "pestphp/pest-plugin-laravel" : " ^2.4|^ 3.0" ,
37
+ "pestphp/pest-plugin-laravel" : " ^3.0" ,
38
38
"phpstan/extension-installer" : " ^1.3||^2.0" ,
39
39
"phpstan/phpstan-deprecation-rules" : " ^1.1||^2.0" ,
40
40
"phpstan/phpstan-phpunit" : " ^1.3||^2.0"
You can’t perform that action at this time.
0 commit comments