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 2626 uses : shivammathur/setup-php@v2
2727 with :
2828 php-version : ${{ matrix.php }}
29- env :
30- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3129 - run : composer install
3230 - run : vendor/bin/phpunit --coverage-text
3331 if : ${{ matrix.php >= 7.3 }}
3735 PHPUnit-hhvm :
3836 name : PHPUnit (HHVM)
3937 runs-on : ubuntu-18.04
40- if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
4138 steps :
4239 - uses : actions/checkout@v2
4340 - uses : azjezz/setup-hhvm@v1
Original file line number Diff line number Diff line change 1919 "require" : {
2020 "php" : " >=5.3" ,
2121 "react/event-loop" : " ^1.2" ,
22- "react/promise" : " ^3@dev || ^2.1 || ^1.2.1" ,
22+ "react/promise" : " ^3 || ^2.1 || ^1.2.1" ,
2323 "react/promise-timer" : " ^1.9" ,
24- "react/socket" : " dev-promise-3 as 1.12.0 "
24+ "react/socket" : " ^ 1.12"
2525 },
2626 "require-dev" : {
2727 "phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8"
28- },
29- "repositories" : [
30- {
31- "type" : " vcs" ,
32- "url" : " https://github.com/WyriHaximus-labs/socket"
33- }
34- ]
28+ }
3529}
You can’t perform that action at this time.
0 commit comments