Skip to content

Commit 8fbb6ea

Browse files
committed
Explain the reasoning
1 parent c3c6d47 commit 8fbb6ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/jobs/fix_pipelinecomponents_image.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ sed -i 's/"phpcompatibility\/php-compatibility": "9.3.5"/"phpcompatibility\/php-
2020
echo "After /app/composer.json:"
2121
cat /app/composer.json
2222

23-
cd /app; composer -W update
23+
# We have 1 tool we need, so we can break whatever we want here.
24+
cd /app; composer -W upgrade
2425
cd $mydir

0 commit comments

Comments
 (0)