Skip to content

Commit 59c91cd

Browse files
committed
debug
1 parent f834607 commit 59c91cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/jobs/fix_pipelinecomponents_image.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ phpcs --config-set installed_paths /app/vendor/phpcompatibility/php-compatibilit
1212
# Current released version does not know enums
1313
echo "Upgrade the compatibility for PHP versions"
1414
mydir=$(pwd)
15+
cat /app/composer.json
1516
sed -i 's/"phpcompatibility\/php-compatibility": "9.3.5"/"phpcompatibility\/php-compatibility": "dev-develop"/g' /app/composer.json
1617
sed -i 's/"squizlabs\/php_codesniffer": "3.11.3"/"squizlabs\/php_codesniffer": "^3.13"/g' /app/composer.json
17-
cd /app; composer update --with-all-dependencies
18+
cd /app; composer update
1819
cd $mydir

0 commit comments

Comments
 (0)