File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 php-version : 8.4
2020
2121 - name : Install PHP Dependencies
22- run : composer install
22+ run : composer install --no-interaction --no-progress --no-scripts --prefer-dist
2323
2424 - name : Verify Coding Standards
2525 run : vendor/bin/php-cs-fixer fix --diff --dry-run
3838 php-version : 8.4
3939
4040 - name : Install PHP Dependencies
41- run : composer install
41+ run : composer install --no-interaction --no-progress --no-scripts --prefer-dist
4242
4343 - name : Run Static Analysis
4444 run : vendor/bin/phpstan analyze
6262 coverage : xdebug
6363
6464 - name : Install PHP Dependencies
65- run : composer install
65+ run : composer install --no-interaction --no-progress --no-scripts --prefer-dist
6666
6767 - name : Run Tests
6868 run : vendor/bin/phpunit --coverage-text
You can’t perform that action at this time.
0 commit comments