Skip to content

Commit ea2b753

Browse files
committed
CI: Use composer v1 to make build pass on PHP 7.2-7.3
1 parent b3ebbad commit ea2b753

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
path: framework-tests
2828
submodules: recursive
2929

30+
- name: Downgrade to composer v1
31+
if: matrix.php < 7.4
32+
run: composer self-update --1
33+
3034
- name: Install Mezzio Sample
3135
run: composer update --no-dev --prefer-dist --no-interaction
3236
working-directory: framework-tests

0 commit comments

Comments
 (0)