From c5b385a0eb14266d06640e1bc464b0161fb8a7e7 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Tue, 12 Apr 2022 09:53:59 +0200 Subject: [PATCH] Fix legacy HHVM build by downgrading Composer --- .github/workflows/ci.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed019e..5f5886e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ 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 - run: hhvm examples/13-benchmark-throughput.php diff --git a/README.md b/README.md index 9f6908e..5913792 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ChildProcess -[![CI status](https://github.com/reactphp/child-process/workflows/CI/badge.svg)](https://github.com/reactphp/child-process/actions) +[![CI status](https://github.com/reactphp/child-process/actions/workflows/ci.yml/badge.svg)](https://github.com/reactphp/child-process/actions) [![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) Event-driven library for executing child processes with