Changeset 54371 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 10/04/2022 12:43:30 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r54343 r54371 98 98 99 99 - name: Run PHP compatibility tests 100 run: phpcs --standard=phpcompat.xml.dist -q --report=checkstyle | cs2pr 100 continue-on-error: true 101 run: phpcs --standard=phpcompat.xml.dist --report-full --report-checkstyle=./.cache/phpcs-compat-report.xml 102 103 - name: Show PHPCompatibility results in PR 104 run: cs2pr ./.cache/phpcs-compat-report.xml 101 105 102 106 - name: Ensure version-controlled files are not modified or deleted
Note: See TracChangeset
for help on using the changeset viewer.