File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ jobs:
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- php : [8.1, 8.2, 8.3]
21
- laravel : [10.*, 11.*]
20
+ php : [8.1, 8.2, 8.3, 8.4 ]
21
+ laravel : [10.*, 11.*, 12.* ]
22
22
exclude :
23
23
- php : 8.1
24
24
laravel : 11.*
25
+ - php : 8.1
26
+ laravel : 12.*
25
27
26
28
name : PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}
27
29
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " ^8.1" ,
21
- "laravel/framework" : " ^10.0||^11.0"
21
+ "laravel/framework" : " ^10.0||^11.0||^12.0 "
22
22
},
23
23
"require-dev" : {
24
24
"laravel/pint" : " ^1.16" ,
25
- "larastan/larastan" : " ^2.9.6" ,
26
- "pestphp/pest" : " ^2.34.7" ,
27
- "pestphp/pest-plugin-laravel" : " ^2.4" ,
28
- "pestphp/pest-plugin-type-coverage" : " ^2.8.2" ,
29
- "orchestra/testbench" : " ^9.0.0||^8.22 .0"
25
+ "larastan/larastan" : " ^2.9.6||^3.0.0 " ,
26
+ "pestphp/pest" : " ^2.34.7||^3.0.0 " ,
27
+ "pestphp/pest-plugin-laravel" : " ^2.4||^3.0.0 " ,
28
+ "pestphp/pest-plugin-type-coverage" : " ^2.8.2||^3.0.0 " ,
29
+ "orchestra/testbench" : " ^8.22.0||^ 9.0.0||^10.0 .0"
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
You can’t perform that action at this time.
0 commit comments