Skip to content

Commit cbd7f05

Browse files
authored
Merge pull request #218 from SimonFrings/1.x-hhvm
[1.x] Fix legacy HHVM build by downgrading Composer
2 parents d62b9ed + 73be94d commit cbd7f05

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ React/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=1.x)](https://github.com/reactphp/promise/actions)
7+
[![CI status](https://github.com/reactphp/promise/actions/workflows/ci.yml/badge.svg?branch=1.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)