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 c3c6d47 commit 8fbb6eaCopy full SHA for 8fbb6ea
.github/jobs/fix_pipelinecomponents_image.sh
@@ -20,5 +20,6 @@ sed -i 's/"phpcompatibility\/php-compatibility": "9.3.5"/"phpcompatibility\/php-
20
echo "After /app/composer.json:"
21
cat /app/composer.json
22
23
-cd /app; composer -W update
+# We have 1 tool we need, so we can break whatever we want here.
24
+cd /app; composer -W upgrade
25
cd $mydir
0 commit comments