Skip to content

Commit

Permalink
Merge pull request #455 from SimonFrings/hhvm
Browse files Browse the repository at this point in the history
Fix legacy HHVM build by downgrading Composer
  • Loading branch information
WyriHaximus committed Apr 15, 2022
2 parents ab3b743 + 407f9a9 commit dbbf020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,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 --exclude-group internet
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<br>

<div align="center">
<a href="https://github.com/reactphp/reactphp/actions"><img src="https://github.com/reactphp/reactphp/workflows/CI/badge.svg" alt="Build Status"></a>
<a href="https://github.com/reactphp/reactphp/actions"><img src="https://github.com/reactphp/reactphp/actions/workflows/ci.yml/badge.svg" alt="Build Status"></a>
</div>

<br>
Expand Down

0 comments on commit dbbf020

Please sign in to comment.