Changeset 59252 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 10/18/2024 02:00:27 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/php-compatibility.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r58165 r59252 25 25 # This file configures PHP compatibility scanning. Changes could affect the outcome. 26 26 - 'phpcompat.xml.dist' 27 # Changes to workflow files should always verify all workflows are successful. 28 - '.github/workflows/*.yml' 27 # Confirm any changes to relevant workflow files. 28 - '.github/workflows/php-compatibility.yml' 29 - '.github/workflows/reusable-php-compatibility.yml' 29 30 workflow_dispatch: 30 31
Note: See TracChangeset
for help on using the changeset viewer.