From e2cf57cf7c4a6a9325d093538bb1e6e0d613a0d5 Mon Sep 17 00:00:00 2001 From: Greg Marshall Date: Fri, 26 Jan 2024 15:57:30 -0600 Subject: [PATCH] php matrix --- .github/workflows/code-quality.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index a5656262..244ab958 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -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