File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 29
29
with :
30
30
php-version : ${{ matrix.php }}
31
31
coverage : xdebug
32
- env :
33
- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
32
- run : composer install
35
33
- run : vendor/bin/phpunit --coverage-text
36
34
if : ${{ matrix.php >= 7.3 }}
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 38
38
"ringcentral/psr7" : " ^1.2"
39
39
},
40
40
"require-dev" : {
41
- "clue/http-proxy-react" : " dev-promise-v3 as 1.8.0 " ,
42
- "clue/reactphp-ssh-proxy" : " dev-promise-v3 as 1.4.0 " ,
43
- "clue/socks-react" : " dev-promise-v3 as 1.4.0 " ,
41
+ "clue/http-proxy-react" : " ^ 1.8" ,
42
+ "clue/reactphp-ssh-proxy" : " ^ 1.4" ,
43
+ "clue/socks-react" : " ^ 1.4" ,
44
44
"phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.35" ,
45
45
"react/async" : " ^4 || ^3 || ^2" ,
46
46
"react/promise-timer" : " ^1.9"
50
50
},
51
51
"autoload-dev" : {
52
52
"psr-4" : { "React\\ Tests\\ Http\\ " : " tests" }
53
- },
54
- "repositories" : [
55
- {
56
- "type" : " vcs" ,
57
- "url" : " https://github.com/clue-labs/reactphp-http-proxy"
58
- },
59
- {
60
- "type" : " vcs" ,
61
- "url" : " https://github.com/clue-labs/reactphp-socks"
62
- },
63
- {
64
- "type" : " vcs" ,
65
- "url" : " https://github.com/clue-labs/reactphp-ssh-proxy"
66
- }
67
- ]
53
+ }
68
54
}
You can’t perform that action at this time.
0 commit comments