File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- laravel : [8, 9]
19+ laravel : [8, 9, 10 ]
2020
2121 steps :
2222 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1818 }
1919 },
2020 "require" : {
21- "php" : " ^8.0 " ,
22- "illuminate/support" : " ^8.24|^9.0" ,
23- "archtechx/enums" : " ^0.1.0 "
21+ "php" : " ^8.1 " ,
22+ "illuminate/support" : " ^8.24|^9.0|^10.0 " ,
23+ "archtechx/enums" : " ^0.3.2 "
2424 },
2525 "require-dev" : {
26- "orchestra/testbench" : " ^6.9|^7.0" ,
27- "pestphp/pest" : " ^1.2" ,
28- "pestphp/pest-plugin-laravel" : " ^1.0"
26+ "orchestra/testbench" : " ^6.9|^7.0|^8.0 " ,
27+ "pestphp/pest" : " ^1.2|^2.0 " ,
28+ "pestphp/pest-plugin-laravel" : " ^1.0|^2.0 "
2929 },
3030 "minimum-stability" : " dev" ,
31- "prefer-stable" : true
31+ "prefer-stable" : true ,
32+ "config" : {
33+ "allow-plugins" : {
34+ "pestphp/pest-plugin" : true
35+ }
36+ }
3237}
You can’t perform that action at this time.
0 commit comments