Skip to content

Commit 406177a

Browse files
authored
Update GitHub Actions PHP workflow for version changes
1 parent af26db4 commit 406177a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
volumes:
7979
- ./solid/:/var/www/html/apps/solid/
8080
- ./.config/:/var/www/html/apps/.config
81+
# Mount the PHP composer executable into the container.
82+
- /usr/local/bin/composer:/usr/local/bin/composer
8183
strategy:
8284
fail-fast: false
8385
matrix:
@@ -86,9 +88,9 @@ jobs:
8688
- 29
8789
- 30
8890
steps:
89-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@v5
9092
- name: Install and Cache Composer dependencies
91-
uses: ramsey/composer-install@v2
93+
uses: ramsey/composer-install@v3
9294
with:
9395
working-directory: "solid"
9496
env:

0 commit comments

Comments
 (0)