File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 - name : " lint PHP files"
4444 run : " php -l src/ tests/"
4545 - name : " install composer dependencies"
46- run : " composer install --prefer-dist --no-progress"
46+ run : " composer install --prefer-dist --no-progress --ignore-platform-reqs "
4747 # PHPStan
4848 - name : " PHPStan static analysis"
4949 uses : " php-actions/phpstan@v3"
6868 - name : " check PHP version"
6969 run : " php -v"
7070 - name : " install composer dependencies"
71- run : " composer install --prefer-dist --no-progress"
71+ run : " composer install --prefer-dist --no-progress --ignore-platform-reqs "
7272 - name : " CodeClimate reporter setup"
7373 run : |
7474 curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
You can’t perform that action at this time.
0 commit comments