Skip to content

Update PHP Code Sniffer suppression annotations #251

Update PHP Code Sniffer suppression annotations

Update PHP Code Sniffer suppression annotations #251

Workflow file for this run

name: Testing Suite
on:
pull_request:
branches:

Check failure on line 5 in .github/workflows/phpunit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/phpunit.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
- develop
types: [ opened, synchronize, reopened, ready_for_review ]
jobs:
php-tests:
strategy:
matrix:
multisite: [0, 1]
php: ['8.2', '8.1', '8.0', '7.4']
wordpress: ["latest"]
if: github.event.pull_request.draft == false
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
command: "test"
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}