Skip to content

Commit 89224cc

Browse files
committed
Fix legacy HHVM build by downgrading Composer
1 parent 85fdea5 commit 89224cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ jobs:
4040
- uses: azjezz/setup-hhvm@v1
4141
with:
4242
version: lts-3.30
43+
- run: composer self-update --2.2 # downgrade Composer for HHVM
4344
- run: hhvm $(which composer) install
44-
- run: hhvm vendor/bin/phpunit
45+
- run: hhvm vendor/phpunit/phpunit/phpunit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clue/reactphp-connection-manager-extra
22

3-
[![CI status](https://github.com/clue/reactphp-connection-manager-extra/workflows/CI/badge.svg)](https://github.com/clue/reactphp-connection-manager-extra/actions)
3+
[![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)
44
[![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)
55

66
This project provides _extra_ (in terms of "additional", "extraordinary", "special" and "unusual") decorators,

0 commit comments

Comments
 (0)