From d85cfdafb5caf550398357c02acdd21fd10738e4 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sat, 11 Oct 2025 01:06:57 +0000 Subject: Bump PHPStan to 2.1.31 and PHPUnit to 9.5.28 (last in current 9.5.x). --- .github/workflows/php-code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/php-code-quality.yml') diff --git a/.github/workflows/php-code-quality.yml b/.github/workflows/php-code-quality.yml index 471ebc618..820a62d63 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.30, phpunit/phpunit:9.5.16 + tools: phpstan/phpstan:2.1.31, phpunit/phpunit:9.5.28 - name: Run PHPStan run: phpstan analyze --no-progress -- cgit v1.2.3-54-g00ecf