Changeset 54681 for branches/6.1/.github/workflows/php-compatibility.yml
- Timestamp:
- 10/24/2022 05:14:39 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/.github/workflows/php-compatibility.yml
r54680 r54681 98 98 99 99 - name: Run PHP compatibility tests 100 continue-on-error: true100 id: phpcs 101 101 run: phpcs --standard=phpcompat.xml.dist --report-full --report-checkstyle=./.cache/phpcs-compat-report.xml 102 102 103 103 - name: Show PHPCompatibility results in PR 104 if: ${{ always() && steps.phpcs.outcome == 'failure' }} 104 105 run: cs2pr ./.cache/phpcs-compat-report.xml 105 106
Note: See TracChangeset
for help on using the changeset viewer.