Skip to content

Commit 8917b92

Browse files
authored
Merge pull request #93 from SimonFrings/hhvm
Fix legacy HHVM build by downgrading Composer
2 parents 2fad9e0 + c5b385a commit 8917b92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- uses: azjezz/setup-hhvm@v1
4848
with:
4949
version: lts-3.30
50+
- run: composer self-update --2.2 # downgrade Composer for HHVM
5051
- run: hhvm $(which composer) install
5152
- run: hhvm vendor/bin/phpunit
5253
- run: hhvm examples/13-benchmark-throughput.php

README.md

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

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

66
Event-driven library for executing child processes with

0 commit comments

Comments
 (0)