diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 01:16:14 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 01:22:27 +0000 |
| commit | 348d9ec12e203f4feea56c2a9ae1a7483a4326a7 (patch) | |
| tree | bf068f627b5254419f1fd81d81c432fc1302ebf0 /.github/workflows/php-code-quality.yml | |
| parent | d85cfdafb5caf550398357c02acdd21fd10738e4 (diff) | |
Try PHPUnit 9.6.29
Diffstat (limited to '.github/workflows/php-code-quality.yml')
| -rw-r--r-- | .github/workflows/php-code-quality.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/php-code-quality.yml b/.github/workflows/php-code-quality.yml index 820a62d63..5e1f7c2d7 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.5.28 + tools: phpstan/phpstan:2.1.31, phpunit/phpunit:9.6.29 - name: Run PHPStan run: phpstan analyze --no-progress @@ -62,7 +62,7 @@ jobs: with: php-version: ${{ matrix.php }} coverage: none - tools: phpunit/phpunit:9.5.16 + tools: phpunit/phpunit:9.6.29 - name: Run PHPUnit run: phpunit --exclude integration --coverage-filter classes --coverage-filter include |