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 2929 with :
3030 php-version : ${{ matrix.php }}
3131 coverage : xdebug
32- env :
33- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3432 - run : composer install
3533 - run : vendor/bin/phpunit --coverage-text
3634 if : ${{ matrix.php >= 7.3 }}
4139 name : PHPUnit (HHVM)
4240 runs-on : ubuntu-18.04
4341 continue-on-error : true
44- if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
4542 steps :
4643 - uses : actions/checkout@v2
4744 - uses : azjezz/setup-hhvm@v1
Original file line number Diff line number Diff line change 3838 "ringcentral/psr7" : " ^1.2"
3939 },
4040 "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" ,
4444 "phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.35" ,
4545 "react/async" : " ^4 || ^3 || ^2" ,
4646 "react/promise-timer" : " ^1.9"
5050 },
5151 "autoload-dev" : {
5252 "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+ }
6854}
You can’t perform that action at this time.
0 commit comments