We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb343b commit 82c4644Copy full SHA for 82c4644
.github/jobs/fix_pipelinecomponents_image.sh
@@ -8,10 +8,11 @@ set -eux
8
9
echo "Set plugin config for version detection"
10
phpcs --config-set installed_paths /app/vendor/phpcompatibility/php-compatibility
11
-
+
12
# Current released version does not know enums
13
echo "Upgrade the compatibility for PHP versions"
14
mydir=$(pwd)
15
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
18
cd $mydir
0 commit comments