Skip to content

Commit 0768018

Browse files
committed
Fix for github
1 parent 25f6291 commit 0768018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
restore-keys: |
2727
${{ runner.os }}-php-
2828
29+
- name: Downgrade Composer to v1.
30+
run: composer self-update --1
31+
2932
- name: Install dependencies
3033
if: steps.composer-cache.outputs.cache-hit != 'true'
3134
run: composer install --prefer-dist --no-progress --no-suggest

0 commit comments

Comments
 (0)