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 43
43
- name : " lint PHP files"
44
44
run : " php -l src/ tests/"
45
45
- name : " install composer dependencies"
46
- run : " composer install --prefer-dist --no-progress"
46
+ run : " composer install --prefer-dist --no-progress --ignore-platform-reqs "
47
47
# PHPStan
48
48
- name : " PHPStan static analysis"
49
49
uses : " php-actions/phpstan@v3"
68
68
- name : " check PHP version"
69
69
run : " php -v"
70
70
- name : " install composer dependencies"
71
- run : " composer install --prefer-dist --no-progress"
71
+ run : " composer install --prefer-dist --no-progress --ignore-platform-reqs "
72
72
- name : " CodeClimate reporter setup"
73
73
run : |
74
74
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