Skip to content

Commit 1fd1d01

Browse files
authored
Merge pull request reactphp#251 from SimonFrings/hhvm
Fix legacy HHVM build by downgrading Composer
2 parents 187fb56 + 1bc80cc commit 1fd1d01

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
@@ -110,5 +110,6 @@ jobs:
110110
- uses: azjezz/setup-hhvm@v1
111111
with:
112112
version: lts-3.30
113+
- run: composer self-update --2.2 # downgrade Composer for HHVM
113114
- run: hhvm $(which composer) install
114115
- 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
# EventLoop Component
22

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

66
[ReactPHP](https://reactphp.org/)'s core reactor event loop that libraries can use for evented I/O.

0 commit comments

Comments
 (0)