File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,17 @@ jobs:
1616 fail-fast : true
1717 matrix :
1818 os : [ubuntu-latest, windows-latest]
19- php : [8.2 , 8.3 , 8.4 ]
19+ php : [8.1 , 8.2 , 8.3 ]
2020 laravel : ['10.*', '11.*', '12.*']
2121 stability : [prefer-lowest, prefer-stable]
2222 include :
2323 - laravel : 10.*
24- testbench : ^8.0
24+ testbench : 8.*
25+ carbon : ^2.63
2526 - laravel : 11.*
26- testbench : ^9.0
27+ testbench : 9.*
2728 - laravel : 12.*
28- testbench : ^ 10.0
29+ testbench : 10.*
2930 exclude :
3031 - laravel : 11.*
3132 php : 8.1
5253
5354 - name : Install dependencies
5455 run : |
55- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --no-scripts
56+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
5657 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5758
5859 - name : List Installed Dependencies
Original file line number Diff line number Diff line change 2626 "require-dev" : {
2727 "laravel/pint" : " ^1.0" ,
2828 "nunomaduro/collision" : " ^7.0|^8.0" ,
29- "nunomaduro/larastan" : " ^2.8.0" ,
30- "orchestra/testbench" : " ^8.0|^9.0" ,
29+ "nunomaduro/larastan" : " ^2.8.0|^3.1.0 " ,
30+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
3131 "pestphp/pest" : " ^2.0|^3.7" ,
3232 "pestphp/pest-plugin-arch" : " ^2.0|^3.0" ,
3333 "phpstan/extension-installer" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments