We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af26db4 commit 406177aCopy full SHA for 406177a
1 file changed
.github/workflows/php.yml
@@ -78,6 +78,8 @@ jobs:
78
volumes:
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
83
strategy:
84
fail-fast: false
85
matrix:
@@ -86,9 +88,9 @@ jobs:
86
88
- 29
87
89
- 30
90
steps:
- - uses: actions/checkout@v4
91
+ - uses: actions/checkout@v5
92
- name: Install and Cache Composer dependencies
- uses: ramsey/composer-install@v2
93
+ uses: ramsey/composer-install@v3
94
with:
95
working-directory: "solid"
96
env:
0 commit comments