File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 40
40
composer update --prefer-dist --no-suggest --no-progress --no-interaction
41
41
42
42
- name : Check Code Style
43
+ id : phpcs
43
44
run : vendor/bin/phpcs --report-full --report-checkstyle=./phpcs-report.xml
44
45
45
46
- name : Show PHPCS results in PR
47
+ if : ${{ always() && steps.phpcs.outcome == 'failure' }}
46
48
run : cs2pr ./phpcs-report.xml
Original file line number Diff line number Diff line change 89
89
- name : Install dependencies - ignore platform reqs
90
90
if : ${{ matrix.php >= 8.3 }}
91
91
run : |
92
- composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --ignore-platform-reqs --no-interaction
92
+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --ignore-platform-req=php+ --no-interaction
93
93
94
94
- name : Execute Unit Tests
95
95
run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments