From 5b8303cb74c913836f3f98b5403e1c8a16a197b0 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Thu, 9 Oct 2025 03:55:44 +0000 Subject: Try letting the 'setup-php' action install PHPStan+PHPUnit in workflow. --- .github/workflows/php-code-quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-code-quality.yml b/.github/workflows/php-code-quality.yml index bbcaf8ee3..24d1aea60 100644 --- a/.github/workflows/php-code-quality.yml +++ b/.github/workflows/php-code-quality.yml @@ -34,7 +34,7 @@ jobs: with: php-version: '8.4' coverage: none - tools: none + tools: phpstan - name: Run PHPStan run: vendor/bin/phpstan analyze --no-progress @@ -61,7 +61,7 @@ jobs: with: php-version: ${{ matrix.php }} coverage: none - tools: none + tools: phpunit - name: Run PHPUnit run: vendor/bin/phpunit --exclude integration --coverage-filter classes --coverage-filter include -- cgit v1.2.3-54-g00ecf