File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,16 @@ jobs:
1616 fail-fast : true
1717 matrix :
1818 os : [ubuntu-latest, windows-latest]
19- php : [8.1, 8. 2, 8.3]
20- laravel : ['10.*', ' 11.*', '12.*']
19+ php : [8.2, 8.3]
20+ laravel : ['11.*', '12.*']
2121 stability : [prefer-lowest, prefer-stable]
2222 include :
23- - laravel : 10.*
24- testbench : 8.*
25- carbon : ^2.63
2623 - laravel : 11.*
2724 testbench : 9.*
28- carbon : *
29- exclude :
30- - laravel : 11.*
31- php : 8.1
25+ carbon : ' *'
3226 - laravel : 12.*
33- php : 8.1
27+ testbench : 10.*
28+ carbon : ' *'
3429
3530 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3631
Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "php" : " ^8.1 |^8.2 " ,
21+ "php" : " ^8.2 |^8.3 " ,
2222 "guzzlehttp/guzzle" : " ^7.7" ,
2323 "illuminate/contracts" : " ^10.0|^11.0|^12.0" ,
2424 "spatie/laravel-package-tools" : " ^1.14.0"
2525 },
2626 "require-dev" : {
2727 "laravel/pint" : " ^1.0" ,
2828 "nunomaduro/collision" : " ^7.0|^8.0" ,
29- "nunomaduro/larastan" : " ^2.0.1 " ,
29+ "nunomaduro/larastan" : " ^2.8.0|^3.1.0 " ,
3030 "orchestra/testbench" : " ^8.0|^9.0|^10.0" ,
3131 "pestphp/pest" : " ^2.0|^3.7" ,
3232 "pestphp/pest-plugin-arch" : " ^2.0|^3.0" ,
You can’t perform that action at this time.
0 commit comments