Skip to content

Commit

Permalink
Merge pull request #450 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 e308fcc + dd2cb53 commit b572e31
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
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
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# HTTP

[![CI status](https://github.com/reactphp/http/workflows/CI/badge.svg)](https://github.com/reactphp/http/actions)
[![CI status](https://github.com/reactphp/http/actions/workflows/ci.yml/badge.svg)](https://github.com/reactphp/http/actions)
[![installs on Packagist](https://img.shields.io/packagist/dt/react/http?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/react/http)

Event-driven, streaming HTTP client and server implementation for [ReactPHP](https://reactphp.org/).
Expand Down

0 comments on commit b572e31

Please sign in to comment.