Skip to content

Commit

Permalink
Merge pull request #69 from SimonFrings/hhvm
Browse files Browse the repository at this point in the history
Fix legacy HHVM build by downgrading Composer
  • Loading branch information
clue authored Sep 1, 2022
2 parents 718b057 + 0374461 commit 0328290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
- uses: azjezz/setup-hhvm@v1
with:
version: lts-3.30
- run: composer self-update --2.2 # downgrade Composer for HHVM
- run: hhvm $(which composer) install
- run: hhvm vendor/bin/phpunit

0 comments on commit 0328290

Please sign in to comment.