diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1024165..1440427 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -93,9 +93,9 @@ jobs: if: matrix.coding-standards != true run: composer remove friendsofphp/php-cs-fixer --dev --no-update - - name: Remove vimeo/psalm + - name: Remove phpstan/phpstan if: matrix.static-analysis != true - run: composer remove vimeo/psalm --dev --no-update + run: composer remove phpstan/phpstan --dev --no-update - name: Configure Symfony Flex if: matrix.symfony-version