File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
COMPOSER_HOME="$(composer config home)"
35
35
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
36
36
export COMPOSER_ROOT_VERSION=$(grep ' VERSION = ' src/Symfony/Component/HttpKernel/Kernel.php | grep -P -o '[0-9]+\.[0-9]+').x-dev
37
- composer remove --no-update --no-interaction symfony/phpunit-bridge
38
- composer require --no-update psalm/phar phpunit/phpunit:^9.5 php-http/discovery psr/event-dispatcher
37
+ composer remove --dev -- no-update --no-interaction symfony/phpunit-bridge
38
+ composer require --no-update psalm/phar phpunit/phpunit:^9.5 php-http/discovery psr/event-dispatcher mongodb/mongodb
39
39
40
40
echo "::group::composer update"
41
41
composer update --no-progress --ansi
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
if [[ $ok -ne 0 ]]; then
157
157
printf "\n%-70s%10s\n" $title $(($end-$start))s
158
158
echo "$OUTPUT"
159
- echo -e "\n::error::\\e[41mKO\\e[0m $title\\n"
159
+ echo -e "\n::error::KO $title\\n"
160
160
else
161
161
printf "::group::%-68s%10s\n" $title $(($end-$start))s
162
162
echo "$OUTPUT"
You can’t perform that action at this time.
0 commit comments