Skip to content

Commit c28b63c

Browse files
authored
Merge pull request #62 from SimonFrings/hhvm
Fix legacy HHVM build by downgrading Composer
2 parents 5872f6b + 71a3fd5 commit c28b63c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
with:
4242
version: lts-3.30
4343
- run: sudo apt-get -y install graphviz
44+
- run: composer self-update --2.2 # downgrade Composer for HHVM
4445
- run: hhvm $(which composer) install
4546
- run: hhvm vendor/bin/phpunit

0 commit comments

Comments
 (0)