File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 # - Make Composer packages available globally.
4848 # - Logs PHP_CodeSniffer debug information.
4949 # - Runs the PHP compatibility tests.
50- php-comatibility :
50+ php-compatibility :
5151 name : Check PHP compatibility
5252 runs-on : ubuntu-latest
5353 timeout-minutes : 20
8686 slack-notifications :
8787 name : Slack Notifications
8888 uses : WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
89- needs : [ php-comatibility ]
89+ needs : [ php-compatibility ]
9090 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
9191 with :
9292 calling_status : ${{ needs.php-compatibility.result == 'success' && 'success' || needs.php-compatibility.result == 'cancelled' && 'cancelled' || 'failure' }}
You can’t perform that action at this time.
0 commit comments