diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d321f381..987c25ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,5 +41,6 @@ jobs: - uses: azjezz/setup-hhvm@v1 with: version: lts-3.30 + - run: composer self-update --2.2 # downgrade Composer for HHVM - run: hhvm $(which composer) install - run: hhvm vendor/bin/phpunit diff --git a/README.md b/README.md index b052a34d..c713db49 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ React/Promise A lightweight implementation of [CommonJS Promises/A](http://wiki.commonjs.org/wiki/Promises/A) for PHP. -[![CI status](https://github.com/reactphp/promise/workflows/CI/badge.svg?branch=1.x)](https://github.com/reactphp/promise/actions) +[![CI status](https://github.com/reactphp/promise/actions/workflows/ci.yml/badge.svg?branch=1.x)](https://github.com/reactphp/promise/actions) [![installs on Packagist](https://img.shields.io/packagist/dt/react/promise?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/react/promise) Table of Contents