Changeset 50301 for branches/5.6
- Timestamp:
- 02/12/2021 05:30:18 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/.github/workflows/coding-standards.yml
r50296 r50301 5 5 branches: 6 6 - master 7 # JSHint was introduced in WordPress 3.8. 7 8 # PHPCS checking was introduced in WordPress 5.1. 8 - '5.[1-9]' 9 - '[6-9].*' 9 - '3.[89]' 10 - '[4-9].[0-9]' 11 tags: 12 - '3.[89]*' 13 - '[4-9].[0-9]*' 10 14 pull_request: 11 15 -
branches/5.6/.github/workflows/javascript-tests.yml
r50296 r50301 5 5 branches: 6 6 - master 7 - '*.*' 7 # JavaScript testing was introduced in WordPress 3.8. 8 - '3.[89]' 9 - '[4-9].[0-9]' 10 tags: 11 - '3.[89]*' 12 - '[4-9].[0-9]*' 8 13 pull_request: 9 14 -
branches/5.6/.github/workflows/php-compatibility.yml
r50296 r50301 7 7 # The PHP compatibility testing was introduced in WordPress 5.5. 8 8 - '5.[5-9]' 9 - '[6-9].*' 9 - '[6-9].[0-9]' 10 tags: 11 - '5.[5-9]*' 12 - '[6-9].[0-9]*' 10 13 pull_request: 11 14 -
branches/5.6/.github/workflows/phpunit-tests.yml
r50296 r50301 5 5 branches: 6 6 - master 7 - '*.*' 7 - '3.[7-9]' 8 - '[4-9].[0-9]' 9 tags: 10 - '3.[7-9]*' 11 - '[4-9].[0-9]*' 8 12 pull_request: 9 13 # Once weekly On Sundays at 00:00 UTC. -
branches/5.6/.github/workflows/verify-npm-on-windows.yml
r50296 r50301 5 5 branches: 6 6 - master 7 - '*.*' 7 - '3.[7-9]' 8 - '[4-9].[0-9]' 8 9 pull_request: 9 10
Note: See TracChangeset
for help on using the changeset viewer.