Changeset 54678 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 10/24/2022 04:47:15 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r54674 r54678 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.