Make WordPress Core

Changeset 53607


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

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.

File:
1 edited

Legend:

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

    r53600 r53607  
    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.