From a5bdccbc8029c35314b3ff68dacc309866ce8a63 Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Mon, 24 Aug 2026 10:38:41 +0200 Subject: [PATCH] Keep phpstan/phpstan-phpunit in sync with the forced phpunit/phpunit upgrade on lowest-deps CI Co-Authored-By: Claude Sonnet 5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dacd9a2..322677e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Upgrade analysis tools to latest if: ${{ matrix.dependency-versions == 'lowest' }} - run: composer update phpstan/phpstan rector/rector phpunit/phpunit squizlabs/php_codesniffer --with-all-dependencies --no-interaction + run: composer update phpstan/phpstan phpstan/phpstan-phpunit rector/rector phpunit/phpunit squizlabs/php_codesniffer --with-all-dependencies --no-interaction - run: vendor/bin/phpcs if: ${{ failure() || success() }}