File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
2020 php : [8.3, 8.4]
21- laravel : [11.*]
21+ laravel : [11.*, 12.* ]
2222 stability : [prefer-stable]
23- include :
24- - laravel : 11.*
25- testbench : 9.*
26- carbon : ^2.63
2723
2824 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2925
4541
4642 - name : Install dependencies
4743 run : |
48- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
49- composer update --${{ matrix.stability }} --prefer-dist --no-interaction
44+ composer install --${{ matrix.stability }} --prefer-dist --no-interaction
5045
5146 - name : List Installed Dependencies
5247 run : composer show -D
Original file line number Diff line number Diff line change 3232 "laravel/pint" : " ^1.14" ,
3333 "nunomaduro/collision" : " ^8.1.1||^7.10.0" ,
3434 "larastan/larastan" : " ^3.0" ,
35- "orchestra/testbench" : " ^9.0.0||^8.22 .0" ,
36- "pestphp/pest" : " ^2.34 " ,
37- "pestphp/pest-plugin-arch" : " ^2.7 " ,
38- "pestphp/pest-plugin-laravel" : " ^2.3 " ,
39- "phpstan/extension-installer" : " ^1.4 " ,
40- "phpstan/phpstan-deprecation-rules" : " ^2.0" ,
41- "phpstan/phpstan-phpunit" : " ^2.0"
35+ "orchestra/testbench" : " ^8.22.0||^ 9.0.0||^10.0 .0" ,
36+ "pestphp/pest" : " ^3.0 " ,
37+ "pestphp/pest-plugin-arch" : " ^3.0 " ,
38+ "pestphp/pest-plugin-laravel" : " ^3.0 " ,
39+ "phpstan/extension-installer" : " ^1.3||^2.0 " ,
40+ "phpstan/phpstan-deprecation-rules" : " ^1.1||^ 2.0" ,
41+ "phpstan/phpstan-phpunit" : " ^1.3||^ 2.0"
4242 },
4343 "autoload" : {
4444 "psr-4" : {
You can’t perform that action at this time.
0 commit comments