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 406177a commit af23198Copy full SHA for af23198
.github/workflows/php.yml
@@ -79,7 +79,7 @@ jobs:
79
- ./solid/:/var/www/html/apps/solid/
80
- ./.config/:/var/www/html/apps/.config
81
# Mount the PHP composer executable into the container.
82
- - /usr/local/bin/composer:/usr/local/bin/composer
+ - /usr/bin/composer:/usr/bin/composer
83
strategy:
84
fail-fast: false
85
matrix:
0 commit comments