Skip to content

Commit 070411d

Browse files
committed
Fix composer installation to use PHP 8.3
1 parent fd2cbba commit 070411d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33-
docker run --rm -v $GITHUB_WORKSPACE:/app -w /app composer:2 install --no-interaction --prefer-dist
33+
docker run --rm -v $GITHUB_WORKSPACE:/app -w /app php:8.3-cli sh -c "curl -sS https://getcomposer.org/installer | php && php composer.phar install --no-interaction --prefer-dist"
3434
3535
- name: Run tests
3636
run: |

0 commit comments

Comments
 (0)