From 89224cca46181687f7c72d57d8deec3265b4716f Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 22 Jun 2022 10:17:24 +0200 Subject: [PATCH] Fix legacy HHVM build by downgrading Composer --- .github/workflows/ci.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ed72e..448826e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,5 +40,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 + - run: hhvm vendor/phpunit/phpunit/phpunit diff --git a/README.md b/README.md index dd87316..e00318d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # clue/reactphp-connection-manager-extra -[![CI status](https://github.com/clue/reactphp-connection-manager-extra/workflows/CI/badge.svg)](https://github.com/clue/reactphp-connection-manager-extra/actions) +[![CI status](https://github.com/clue/reactphp-connection-manager-extra/actions/workflows/ci.yml/badge.svg)](https://github.com/clue/reactphp-connection-manager-extra/actions) [![installs on Packagist](https://img.shields.io/packagist/dt/clue/connection-manager-extra?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/connection-manager-extra) This project provides _extra_ (in terms of "additional", "extraordinary", "special" and "unusual") decorators,