Make WordPress Core

Changeset 53606 for branches/5.6


Ignore:
Timestamp:
06/30/2022 04:55:59 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Merges typo fix from [51511] missed in previous commit.

Follow up to [53599].

Merges [51511] to the 5.7 branch.
See #56095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6/.github/workflows/php-compatibility.yml

    r53599 r53606  
    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
     
    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:
Note: See TracChangeset for help on using the changeset viewer.