Tweaks for PHPStan+PHPUnit in the PHP Code Quality workflow.

This commit is contained in:
supahgreg 2025-10-09 04:15:51 +00:00
parent cb43a52644
commit f12f415792
No known key found for this signature in database

View File

@ -34,7 +34,8 @@ jobs:
with:
php-version: '8.4'
coverage: none
tools: phpstan
# PHPUnit is installed to support PHPStan checking tests/
tools: phpstan, phpunit
- name: Run PHPStan
run: phpstan analyze --no-progress
@ -64,4 +65,4 @@ jobs:
tools: phpunit
- name: Run PHPUnit
run: phpunit --exclude integration --coverage-filter classes --coverage-filter include
run: phpunit --exclude-group integration --coverage-filter classes --coverage-filter include