Skip to content

Commit f834607

Browse files
committed
Try to fix CI after codesniffer update.
1 parent d2e8b6e commit f834607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/fix_pipelinecomponents_image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ phpcs --config-set installed_paths /app/vendor/phpcompatibility/php-compatibilit
1313
echo "Upgrade the compatibility for PHP versions"
1414
mydir=$(pwd)
1515
sed -i 's/"phpcompatibility\/php-compatibility": "9.3.5"/"phpcompatibility\/php-compatibility": "dev-develop"/g' /app/composer.json
16-
sed -i 's/"squizlabs\/php_codesniffer": "3.11.3"/"squizlabs\/php_codesniffer": "^3.13.0"/g' /app/composer.json
17-
cd /app; composer update
16+
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
1818
cd $mydir

0 commit comments

Comments
 (0)