Skip to content

Commit

Permalink
Remove WordPress matrix from PHPCS workflow
Browse files Browse the repository at this point in the history
Removed the WordPress version matrix from the PHP Code Sniffer (PHPCS) GitHub Actions workflow. This is because we no longer need to test against different WordPress versions, simplifying the workflow and reducing the resources needed for testing.
  • Loading branch information
attackant committed Oct 30, 2023
1 parent a037276 commit 6d14b47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ jobs:
strategy:
matrix:
php: [ 8.0 ]
wordpress: [ "latest" ]
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
command: "phpcs"
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}
working-directory: ./

0 comments on commit 6d14b47

Please sign in to comment.