Skip to content

Commit 28685bd

Browse files
committed
Fix legacy HHVM build by downgrading Composer
1 parent dff5ac9 commit 28685bd

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
@@ -59,5 +59,6 @@ jobs:
5959
- uses: azjezz/setup-hhvm@v1
6060
with:
6161
version: lts-3.30
62+
- run: composer self-update --2.2 # downgrade Composer for HHVM
6263
- run: hhvm $(which composer) install
6364
- run: hhvm vendor/bin/phpunit

0 commit comments

Comments
 (0)