Skip to content

Commit 1f74dc3

Browse files
authored
Merge pull request #102 from SimonFrings/hhvm
Fix legacy HHVM build by downgrading Composer
2 parents dfa6c37 + e4e45e9 commit 1f74dc3

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
@@ -43,5 +43,6 @@ jobs:
4343
- uses: azjezz/setup-hhvm@v1
4444
with:
4545
version: lts-3.30
46+
- run: composer self-update --2.2 # downgrade Composer for HHVM
4647
- run: hhvm $(which composer) install
4748
- run: hhvm vendor/bin/phpunit

README.md

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

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

66
Async, event-driven and UTF-8 aware console input & output (STDIN, STDOUT) for

0 commit comments

Comments
 (0)