diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ce90f..70a84a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ 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) require phpunit/phpunit:^5 --dev --no-interaction - 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 - run: bash tests/wait-for-mysql.sh diff --git a/README.md b/README.md index 5189a23..2f6bd26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MySQL -[![CI status](https://github.com/friends-of-reactphp/mysql/workflows/CI/badge.svg)](https://github.com/friends-of-reactphp/mysql/actions) +[![CI status](https://github.com/friends-of-reactphp/mysql/actions/workflows/ci.yml/badge.svg)](https://github.com/friends-of-reactphp/mysql/actions) Async MySQL database client for [ReactPHP](https://reactphp.org/).