Skip to content

Commit d6fd3dd

Browse files
authored
Merge pull request #36 from SimonFrings/hhvm
Fix legacy HHVM build by downgrading Composer
2 parents 9bd9508 + 7570ac8 commit d6fd3dd

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
@@ -45,5 +45,6 @@ jobs:
4545
- uses: azjezz/setup-hhvm@v1
4646
with:
4747
version: lts-3.30
48+
- run: composer self-update --2.2 # downgrade Composer for HHVM
4849
- run: hhvm $(which composer) install
4950
- 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
# clue/reactphp-ssh-proxy
22

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

66
Async SSH proxy connector and forwarder, tunnel any TCP/IP-based protocol through an SSH server,

0 commit comments

Comments
 (0)