Skip to content

Commit

Permalink
php matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Jan 26, 2024
1 parent ef2790b commit e2cf57c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ on:
jobs:
code-quality:
if: github.event.pull_request.draft == false
strategy:
matrix:
php: [8.1, 8.2]
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-composer-command.yml@main
with:
php: 8.1
php: ${{ matrix.php }}
command: |
phpcs
phpstan

0 comments on commit e2cf57c

Please sign in to comment.