File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
php-version : ${{ matrix.php }}
29
29
coverage : xdebug
30
- env :
31
- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
30
- run : composer install
33
31
- 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
34
32
- run : bash tests/wait-for-mysql.sh
41
39
name : PHPUnit (HHVM)
42
40
runs-on : ubuntu-18.04
43
41
continue-on-error : true
44
- if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
45
42
steps :
46
43
- uses : actions/checkout@v2
47
44
- uses : azjezz/setup-hhvm@v1
Original file line number Diff line number Diff line change 7
7
"php" : " >=5.4.0" ,
8
8
"evenement/evenement" : " ^3.0 || ^2.1 || ^1.1" ,
9
9
"react/event-loop" : " ^1.2" ,
10
- "react/promise" : " ^3@dev || ^2.7" ,
10
+ "react/promise" : " ^3 || ^2.7" ,
11
11
"react/promise-stream" : " ^1.4" ,
12
12
"react/promise-timer" : " ^1.9" ,
13
- "react/socket" : " dev-promise-3 as 1.12.0 "
13
+ "react/socket" : " ^ 1.12"
14
14
},
15
15
"require-dev" : {
16
16
"clue/block-react" : " ^1.5" ,
25
25
"psr-4" : {
26
26
"React\\ Tests\\ MySQL\\ " : " tests"
27
27
}
28
- },
29
- "repositories" : [
30
- {
31
- "type" : " vcs" ,
32
- "url" : " https://github.com/WyriHaximus-labs/socket"
33
- }
34
- ]
28
+ }
35
29
}
You can’t perform that action at this time.
0 commit comments