Skip to content

Commit 77aa876

Browse files
authored
Merge pull request #217 from SimonFrings/hhvm
[2.x] Fix legacy HHVM build by downgrading Composer
2 parents d791bf1 + 1d77f0c commit 77aa876

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Promise
44
A lightweight implementation of
55
[CommonJS Promises/A](http://wiki.commonjs.org/wiki/Promises/A) for PHP.
66

7-
[![CI status](https://github.com/reactphp/promise/workflows/CI/badge.svg?branch=2.x)](https://github.com/reactphp/promise/actions)
7+
[![CI status](https://github.com/reactphp/promise/actions/workflows/ci.yml/badge.svg?branch=2.x)](https://github.com/reactphp/promise/actions)
88
[![installs on Packagist](https://img.shields.io/packagist/dt/react/promise?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/react/promise)
99

1010
Table of Contents

0 commit comments

Comments
 (0)