Skip to content

Commit d24b3ea

Browse files
committed
Build/Test Tools: Merges typo fix from [51511] missed in previous commit.
Follow up to [53600]. Merges [51511] to the 5.5 branch. See #56095. git-svn-id: https://develop.svn.wordpress.org/branches/5.5@53607 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 55e2030 commit d24b3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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' }}

0 commit comments

Comments
 (0)