8000 Merge pull request #123 from SimonFrings/hhvm-build · clue/reactphp-redis@4b6b975 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b6b975

Browse files
authored
Merge pull request #123 from SimonFrings/hhvm-build
Fix legacy HHVM build by downgrading Composer
2 parents 7f2afa2 + c9f6ca4 commit 4b6b975

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
@@ -44,6 +44,7 @@ jobs:
4444
- uses: azjezz/setup-hhvm@v1
4545
with:
4646
version: lts-3.30
47+
- run: composer self-update --2.2 # downgrade Composer for HHVM
4748
- run: hhvm $(which composer) install
4849
- run: docker run --net=host -d redis
4950
- run: REDIS_URI=localhost:6379 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-redis
22

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

66
Async [Redis](https://redis.io/) client implementation, built on top of [ReactPHP](https://reactphp.org/).

0 commit comments

Comments
 (0)
0