Changeset 59673 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 01/21/2025 03:40:51 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/php-compatibility.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r59252 r59673 45 45 php-compatibility: 46 46 name: Check PHP compatibility 47 uses: WordPress/wordpress-develop/.github/workflows/reusable-php-compatibility.yml@trunk47 uses: ./.github/workflows/reusable-php-compatibility.yml 48 48 permissions: 49 49 contents: read … … 52 52 slack-notifications: 53 53 name: Slack Notifications 54 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk54 uses: ./.github/workflows/slack-notifications.yml 55 55 permissions: 56 56 actions: read
Note: See TracChangeset
for help on using the changeset viewer.