File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- laravel : [8, 9, 10]
14+ laravel : [9, 10]
1515
1616 steps :
1717 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2222 },
2323 "require" : {
2424 "php" : " ^8.1" ,
25- "illuminate/support" : " ^8.24|^ 9.0|^10.0" ,
25+ "illuminate/support" : " ^9.0|^10.0" ,
2626 "archtechx/laravel-seo" : " ^0.6" ,
2727 "ryangjchandler/orbit" : " *" ,
28- "illuminate/routing" : " ^8.53|^ 9.0|^10.0" ,
29- "illuminate/database" : " ^8.53|^ 9.0|^10.0"
28+ "illuminate/routing" : " ^9.0|^10.0" ,
29+ "illuminate/database" : " ^9.0|^10.0"
3030 },
3131 "require-dev" : {
32- "orchestra/testbench" : " ^6.9|^ 7.0|^8.0" ,
32+ "orchestra/testbench" : " ^7.0|^8.0" ,
3333 "pestphp/pest" : " ^1.2|^2.0" ,
3434 "pestphp/pest-plugin-laravel" : " ^1.0|^2.0"
3535 },
You can’t perform that action at this time.
0 commit comments