File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151 - name : Install dependencies
5252 run : |
53- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
53+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
54+ composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
5455 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5556
5657 - name : List Installed Dependencies
Original file line number Diff line number Diff line change 2323 "spatie/laravel-package-tools" : " ^1.16"
2424 },
2525 "require-dev" : {
26+ "larastan/larastan" : " ^3.0" ,
2627 "laravel/pint" : " ^1.14" ,
2728 "nunomaduro/collision" : " ^8.8" ,
28- "larastan/larastan" : " ^3.0" ,
2929 "orchestra/testbench" : " ^10.0.0||^9.0.0" ,
3030 "pestphp/pest" : " ^4.0" ,
3131 "pestphp/pest-plugin-arch" : " ^4.0" ,
Original file line number Diff line number Diff line change 66 bootstrap =" vendor/autoload.php"
77 colors =" true"
88 processIsolation =" false"
9+ stopOnError =" false"
910 stopOnFailure =" false"
1011 executionOrder =" random"
11- failOnWarning =" true "
12+ failOnWarning =" false "
1213 failOnRisky =" true"
1314 failOnEmptyTestSuite =" true"
1415 beStrictAboutOutputDuringTests =" true"
You can’t perform that action at this time.
0 commit comments