Changeset 54851 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 11/16/2022 07:32:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r54750 r54851 47 47 # - Logs debug information. 48 48 # - Configures caching for PHP compatibility scans. 49 # - Installs Composer dependencies (use cache if possible).49 # - Installs Composer dependencies. 50 50 # - Make Composer packages available globally. 51 # - Logs PHP_CodeSniffer debug information.52 51 # - Runs the PHP compatibility tests. 52 # - Generate a report for displaying issues as pull request annotations. 53 53 # - Ensures version-controlled files are not modified or deleted. 54 54 php-compatibility: … … 71 71 - name: Log debug information 72 72 run: | 73 php --version74 73 composer --version 75 74 … … 93 92 - name: Make Composer packages available globally 94 93 run: echo "${PWD}/vendor/bin" >> $GITHUB_PATH 95 96 - name: Log PHPCS debug information97 run: phpcs -i98 94 99 95 - name: Run PHP compatibility tests
Note: See TracChangeset
for help on using the changeset viewer.