File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44
44
- uses : azjezz/setup-hhvm@v1
45
45
with :
46
46
version : lts-3.30
47
+ - run : composer self-update --2.2 # downgrade Composer for HHVM
47
48
- run : hhvm $(which composer) require phpunit/phpunit:^5 --dev --no-interaction
48
49
- 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
49
50
- run : bash tests/wait-for-mysql.sh
Original file line number Diff line number Diff line change 1
1
# MySQL
2
2
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 )
4
4
5
5
Async MySQL database client for [ ReactPHP] ( https://reactphp.org/ ) .
6
6
You can’t perform that action at this time.
0 commit comments