[CI][Psalm] Install stable/released PHPUnit

This commit is contained in:
Nyholm 2021-05-12 08:32:34 +02:00
parent 9a53e6acc1
commit d36f5e31ee
No known key found for this signature in database
GPG Key ID: D6332DE2B6F8FA38
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 php-http/discovery psr/event-dispatcher
composer require --no-update psalm/phar phpunit/phpunit:@stable php-http/discovery psr/event-dispatcher
echo "::endgroup::"
echo "::group::composer update"
composer update --no-progress --ansi