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 291bbe2 commit 77c1b6cCopy full SHA for 77c1b6c
.github/workflows/php.yml
@@ -69,7 +69,7 @@ jobs:
69
restore-keys: v1-${{ runner.os }}-composer-
70
71
- name: Install dependencies with composer
72
- run: composer install --prefer-dist --no-progress
+ run: php7.4 /usr/local/bin/composer install --prefer-dist --no-progress
73
74
# - name: Install assets
75
# run: php bin/console assets:install
0 commit comments