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 @@ -157,7 +157,7 @@ jobs:
157
157
if [[ $ok -ne 0 ]]; then
158
158
printf "\n%-70s%10s\n" $title $(($end-$start))s
159
159
echo "$OUTPUT"
160
- echo -e "\n::error::\\e[41mKO\\e[0m $title\\n"
160
+ echo -e "\n::error::KO $title\\n"
161
161
else
162
162
printf "::group::%-68s%10s\n" $title $(($end-$start))s
163
163
echo "$OUTPUT"
You can’t perform that action at this time.
0 commit comments