Skip to content

Commit 4679900

Browse files
authored
Merge pull request #28 from SimonFrings/hhvm
Fix legacy HHVM build by downgrading Composer
2 parents b292ccb + f4dd42f commit 4679900

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
@@ -41,5 +41,6 @@ jobs:
4141
- uses: azjezz/setup-hhvm@v1
4242
with:
4343
version: lts-3.30
44+
- run: composer self-update --2.2 # downgrade Composer for HHVM
4445
- run: hhvm $(which composer) install
4546
- run: hhvm vendor/bin/phpunit --coverage-text

README.md

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

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

66
Streaming CSV (Comma-Separated Values or Character-Separated Values) parser and encoder for [ReactPHP](https://reactphp.org/).

0 commit comments

Comments
 (0)