File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767 env :
6868 FAILURE_ACTION : " ${{ matrix.experimental == true }}"
6969 if : ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == 'nightly' }}
70- run : vendor/bin/phpunit -c phpunit10.xml.dist --display-incomplete --display-skipped --display-deprecations --display-errors --display-notices --display-warnings || $FAILURE_ACTION
70+ run : vendor/bin/phpunit --verbose || $FAILURE_ACTION
7171
7272 php-cs-fixer :
7373 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 9292 "phpcompatibility/php-compatibility" : " ^9.3" ,
9393 "phpstan/phpstan" : " ^1.1" ,
9494 "phpstan/phpstan-phpunit" : " ^1.0" ,
95- "phpunit/phpunit" : " ^8.5 || ^9.0 || ^10.0 " ,
95+ "phpunit/phpunit" : " ^8.5 || ^9.0" ,
9696 "squizlabs/php_codesniffer" : " ^3.7" ,
9797 "tecnickcom/tcpdf" : " ^6.5"
9898 },
You can’t perform that action at this time.
0 commit comments