Skip to content

Commit cbcb6ed

Browse files
committed
Fix legacy HHVM build by downgrading Composer
1 parent 3b6ab60 commit cbcb6ed

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
@@ -44,6 +44,7 @@ jobs:
4444
- uses: azjezz/setup-hhvm@v1
4545
with:
4646
version: lts-3.30
47+
- run: composer self-update --2.2 # downgrade Composer for HHVM
4748
- run: hhvm $(which composer) require phpunit/phpunit:^5 --dev --no-interaction
4849
- run: docker run -d --name mysql --net=host -e MYSQL_RANDOM_ROOT_PASSWORD=yes -e MYSQL_DATABASE=test -e MYSQL_USER=test -e MYSQL_PASSWORD=test mysql:5
4950
- run: bash tests/wait-for-mysql.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MySQL
22

3-
[![CI status](https://github.com/friends-of-reactphp/mysql/workflows/CI/badge.svg)](https://github.com/friends-of-reactphp/mysql/actions)
3+
[![CI status](https://github.com/friends-of-reactphp/mysql/actions/workflows/ci.yml/badge.svg)](https://github.com/friends-of-reactphp/mysql/actions)
44

55
Async MySQL database client for [ReactPHP](https://reactphp.org/).
66

0 commit comments

Comments
 (0)