Skip to content

Commit b32c8c1

Browse files
committed
Try to fix CI by updating codesniffer
1 parent bc093b1 commit b32c8c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/jobs/fix_pipelinecomponents_image.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ mydir=$(pwd)
1616
echo "Before /app/composer.json:"
1717
cat /app/composer.json
1818
sed -i 's/"phpcompatibility\/php-compatibility": "9.3.5"/"phpcompatibility\/php-compatibility": "dev-develop"/g' /app/composer.json
19-
sed -i 's/"squizlabs\/php_codesniffer": "3.13.2"/"squizlabs\/php_codesniffer": "^3.13.3"/g' /app/composer.json
19+
sed -i 's/"squizlabs\/php_codesniffer": "3.13.2"/"squizlabs\/php_codesniffer": "^4.0.1"/g' /app/composer.json
20+
sed -i 's/"moxio\/php-codesniffer-sniffs": "2.6.3"/"moxio\/php-codesniffer-sniffs": "dev-master"/g' /app/composer.json
21+
sed -i 's/"slevomat\/coding-standard": "8.15.0"/"slevomat\/coding-standard": "^8.15.0"/g' /app/composer.json
2022
echo "After /app/composer.json:"
2123
cat /app/composer.json
2224

0 commit comments

Comments
 (0)