From 6d14b470badf484dda1fb58bb31333b160380622 Mon Sep 17 00:00:00 2001 From: Damian Taggart <4309872+attackant@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:05:25 -0600 Subject: [PATCH] Remove WordPress matrix from PHPCS workflow 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. --- .github/workflows/phpcs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 634e1e89..10727c9f 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -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: ./