Changeset 50432 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 02/24/2021 07:34:41 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/php-compatibility.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r50298 r50432 2 2 3 3 on: 4 # PHP compatibility testing was introduced in WordPress 5.5. 4 5 push: 5 6 branches: 6 7 - master 7 # The PHP compatibility testing was introduced in WordPress 5.5.8 8 - '5.[5-9]' 9 9 - '[6-9].[0-9]' … … 12 12 - '[6-9].[0-9]*' 13 13 pull_request: 14 branches: 15 - master 16 - '5.[5-9]' 17 - '[6-9].[0-9]' 14 18 15 19 jobs:
Note: See TracChangeset
for help on using the changeset viewer.