Changeset 50479 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 03/02/2021 07:57:15 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/php-compatibility.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r50473 r50479 18 18 - '5.[5-9]' 19 19 - '[6-9].[0-9]' 20 paths: 21 # This workflow only scans PHP files. 22 - '**.php' 23 # These files configure Composer. Changes could affect the outcome. 24 - 'composer.*' 25 # This file configures PHP Compatibility scanning. Changes could affect the outcome. 26 - 'phpcompat.xml.dist' 27 # Changes to workflow files should always verify all workflows are successful. 28 - '.github/workflows/*.yml' 20 29 21 30 jobs:
Note: See TracChangeset
for help on using the changeset viewer.