Skip to content

Commit af23198

Browse files
authored
Change composer path in php.yml workflow
Updated composer path in PHP workflow configuration.
1 parent 406177a commit af23198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- ./solid/:/var/www/html/apps/solid/
8080
- ./.config/:/var/www/html/apps/.config
8181
# Mount the PHP composer executable into the container.
82-
- /usr/local/bin/composer:/usr/local/bin/composer
82+
- /usr/bin/composer:/usr/bin/composer
8383
strategy:
8484
fail-fast: false
8585
matrix:

0 commit comments

Comments
 (0)