File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 php : [8.4, 8.3, 8.2]
1414 include :
1515 - php : 8.4
16+ laravel : 13.*
17+ testbench : 11.*
18+
19+ - php : 8.3
1620 laravel : 12.*
1721 testbench : 10.*
1822
19- - php : 8.3
23+ - php : 8.2
2024 laravel : 11.*
2125 testbench : 9.*
2226
23- - php : 8.2
24- laravel : 10.*
25- testbench : 8.*
26-
2727 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2828
2929 steps :
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^8.1" ,
2020 "directorytree/imapengine" : " ^1.19.0" ,
21- "illuminate/contracts" : " ^10.0|^11.0|^12.0"
21+ "illuminate/contracts" : " ^10.0|^11.0|^12.0|^13.0 "
2222 },
2323 "require-dev" : {
2424 "laravel/pint" : " ^1.14" ,
2525 "nunomaduro/collision" : " ^7.10|^8.1" ,
26- "orchestra/testbench" : " ^8.22|^9.0|^10.0" ,
27- "pestphp/pest" : " ^2.0|^3.0" ,
28- "pestphp/pest-plugin-arch" : " ^2.0|^3.0" ,
29- "pestphp/pest-plugin-laravel" : " ^2.0|^3.0" ,
26+ "orchestra/testbench" : " ^8.22|^9.0|^10.0|^11.0 " ,
27+ "pestphp/pest" : " ^2.0|^3.0|^4.0 " ,
28+ "pestphp/pest-plugin-arch" : " ^2.0|^3.0|^4.0 " ,
29+ "pestphp/pest-plugin-laravel" : " ^2.0|^3.0|^4.0 " ,
3030 "spatie/laravel-ray" : " ^1.35"
3131 },
3232 "autoload" : {
You can’t perform that action at this time.
0 commit comments