Skip to content

Commit baec816

Browse files
authored
Merge branch 'main' into oomkiller
2 parents 44f2f00 + 061d77f commit baec816

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/jobs/fix_pipelinecomponents_image.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ 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+
16+
echo "Before /app/composer.json:"
17+
cat /app/composer.json
1518
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
19+
sed -i 's/"squizlabs\/php_codesniffer": "3.13.2"/"squizlabs\/php_codesniffer": "^3.13.3"/g' /app/composer.json
20+
echo "After /app/composer.json:"
21+
cat /app/composer.json
22+
1723
cd /app; composer update
1824
cd $mydir

0 commit comments

Comments
 (0)