Skip to content

Commit

Permalink
Merge pull request #35 from SimonFrings/hhvm
Browse files Browse the repository at this point in the history
Fix legacy HHVM build by downgrading Composer
  • Loading branch information
clue authored Jun 22, 2022
2 parents 85fdea5 + 89224cc commit a598769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,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
- run: hhvm vendor/phpunit/phpunit/phpunit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# clue/reactphp-connection-manager-extra

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

This project provides _extra_ (in terms of "additional", "extraordinary", "special" and "unusual") decorators,
Expand Down

0 comments on commit a598769

Please sign in to comment.