summaryrefslogtreecommitdiff
path: root/.github/workflows/php-code-quality.yml
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-09 04:21:17 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-09 04:21:17 +0000
commite1491763dccbeb4473c4c0939821c789d1e14dd1 (patch)
tree0c7c696e51346f7e99cd4dc93887d913af626b59 /.github/workflows/php-code-quality.yml
parentf12f41579257e29f5b1aa8f39e4ad568bf429ec2 (diff)
Tweaks for PHPStan+PHPUnit in the PHP Code Quality workflow (part 2/?).
Diffstat (limited to '.github/workflows/php-code-quality.yml')
-rw-r--r--.github/workflows/php-code-quality.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/php-code-quality.yml b/.github/workflows/php-code-quality.yml
index 416ecb406..471ebc618 100644
--- a/.github/workflows/php-code-quality.yml
+++ b/.github/workflows/php-code-quality.yml
@@ -35,7 +35,7 @@ jobs:
php-version: '8.4'
coverage: none
# PHPUnit is installed to support PHPStan checking tests/
- tools: phpstan, phpunit
+ tools: phpstan/phpstan:2.1.30, phpunit/phpunit:9.5.16
- name: Run PHPStan
run: phpstan analyze --no-progress
@@ -62,7 +62,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
- tools: phpunit
+ tools: phpunit/phpunit:9.5.16
- name: Run PHPUnit
- run: phpunit --exclude-group integration --coverage-filter classes --coverage-filter include
+ run: phpunit --exclude integration --coverage-filter classes --coverage-filter include