File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed
Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 php-version : ${{ matrix.php }}
2929 coverage : xdebug
30- env :
31- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3230 - run : composer install
3331 - run : vendor/bin/phpunit --coverage-text
3432 if : ${{ matrix.php >= 7.3 }}
3937 name : PHPUnit (HHVM)
4038 runs-on : ubuntu-18.04
4139 continue-on-error : true
42- if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
4340 steps :
4441 - uses : actions/checkout@v2
4542 - uses : azjezz/setup-hhvm@v1
Original file line number Diff line number Diff line change 2929 "php" : " >=5.3.0" ,
3030 "evenement/evenement" : " ^3.0 || ^2.0 || ^1.0" ,
3131 "psr/http-message" : " ^1.0" ,
32- "react/dns" : " dev-default-loop#28e5df1 as 1.8.0" ,
33- "react/event-loop" : " dev-master#78f7f43 as 1.2.0" ,
32+ "react/event-loop" : " ^1.2" ,
3433 "react/promise" : " ^2.3 || ^1.2.1" ,
3534 "react/promise-stream" : " ^1.1" ,
36- "react/socket" : " dev-default-loop#b471dc7 as 1.8.0 " ,
37- "react/stream" : " dev-default-loop#e617d63 as 1.2.0 " ,
35+ "react/socket" : " ^ 1.8" ,
36+ "react/stream" : " ^ 1.2" ,
3837 "ringcentral/psr7" : " ^1.2"
3938 },
4039 "require-dev" : {
4948 },
5049 "autoload-dev" : {
5150 "psr-4" : { "React\\ Tests\\ Http\\ " : " tests" }
52- },
53- "repositories" : [
54- {
55- "type" : " vcs" ,
56- "url" : " https://github.com/clue-labs/dns"
57- },
58- {
59- "type" : " vcs" ,
60- "url" : " https://github.com/clue-labs/socket"
61- },
62- {
63- "type" : " vcs" ,
64- "url" : " https://github.com/clue-labs/stream"
65- }
66- ]
51+ }
6752}
You can’t perform that action at this time.
0 commit comments