8000 Merge pull request #69 from SimonFrings/hhvm · clue/reactphp-block@0328290 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0328290

Browse files
authored
Merge pull request #69 from SimonFrings/hhvm
Fix legacy HHVM build by downgrading Composer
2 parents 718b057 + 0374461 commit 0328290

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
@@ -42,5 +42,6 @@ jobs:
4242
- uses: azjezz/setup-hhvm@v1
4343
with:
4444
version: lts-3.30
45+
- run: composer self-update --2.2 # downgrade Composer for HHVM
4546
- run: hhvm $(which composer) install
4647
- run: hhvm vendor/bin/phpunit

0 commit comments

Comments
 (0)
0