[CI][Psalm] Install stable/released PHPUnit

This commit is contained in:
Nyholm 2021-05-12 08:32:34 +02:00 committed by Nicolas Grekas
parent 22a9510dff
commit 2345614316
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
run: |
echo "::group::modify composer.json"
composer remove --no-update --no-interaction symfony/phpunit-bridge
composer require --no-update psalm/phar phpunit/phpunit:@stable php-http/discovery psr/event-dispatcher
composer require --no-update psalm/phar phpunit/phpunit:^9.5 php-http/discovery psr/event-dispatcher
echo "::endgroup::"
echo "::group::composer update"
composer update --no-progress --ansi