Skip to content

Commit 85cd338

Browse files
committed
Fix legacy HHVM build by downgrading Composer
1 parent 81eceb9 commit 85cd338

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- uses: azjezz/setup-hhvm@v1
5959
with:
6060
version: lts-3.30
61+
- run: composer self-update --2.2 # downgrade Composer for HHVM
6162
- run: hhvm $(which composer) install
6263
- run: hhvm vendor/bin/phpunit
6364
- run: time php examples/91-benchmark-throughput.php

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stream
22

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

66
Event-driven readable and writable streams for non-blocking I/O in [ReactPHP](https://reactphp.org/).

0 commit comments

Comments
 (0)