Changeset 53606 for branches/5.6
- Timestamp:
- 06/30/2022 04:55:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6/.github/workflows/php-compatibility.yml
r53599 r53606 48 48 # - Logs PHP_CodeSniffer debug information. 49 49 # - Runs the PHP compatibility tests. 50 php-com atibility:50 php-compatibility: 51 51 name: Check PHP compatibility 52 52 runs-on: ubuntu-latest … … 87 87 name: Slack Notifications 88 88 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 89 needs: [ php-com atibility ]89 needs: [ php-compatibility ] 90 90 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} 91 91 with:
Note: See TracChangeset
for help on using the changeset viewer.