summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-11 15:46:02 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-11 15:46:02 +0000
commit6fb85f81d4737b3c5aac4d8a0925e3598f98900e (patch)
tree60d771cbfcb4fa235eccec910a5650a4237caa62
parentcd42738331d3b4cb5791b761038c7456c02c0c77 (diff)
Switch the PHP Code Quality workflow to PHPUnit 12, loosen PHPStan constraint.
-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 6be750081..57836fd62 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/phpstan:2.1.31, phpunit/phpunit:9.6.29
+ tools: phpstan/phpstan:^2.1, phpunit/phpunit:^12.4
# https://phpstan.org/user-guide/result-cache
- name: Restore result cache
@@ -80,7 +80,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
- tools: phpunit/phpunit:9.6.29
+ tools: phpunit/phpunit:^12.4
- name: Run PHPUnit
- run: phpunit --exclude integration --coverage-filter classes --coverage-filter include
+ run: phpunit --exclude-group integration --coverage-filter classes --coverage-filter include