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 26
26
uses : shivammathur/setup-php@v2
27
27
with :
28
28
php-version : ${{ matrix.php }}
29
- env :
30
- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
29
- run : composer install
32
30
- run : vendor/bin/phpunit --coverage-text
33
31
if : ${{ matrix.php >= 7.3 }}
37
35
PHPUnit-hhvm :
38
36
name : PHPUnit (HHVM)
39
37
runs-on : ubuntu-18.04
40
- if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
41
38
steps :
42
39
- uses : actions/checkout@v2
43
40
- uses : azjezz/setup-hhvm@v1
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " >=5.3" ,
21
21
"react/event-loop" : " ^1.2" ,
22
- "react/promise" : " ^3@dev || ^2.1 || ^1.2.1" ,
22
+ "react/promise" : " ^3 || ^2.1 || ^1.2.1" ,
23
23
"react/promise-timer" : " ^1.9" ,
24
- "react/socket" : " dev-promise-3 as 1.12.0 "
24
+ "react/socket" : " ^ 1.12"
25
25
},
26
26
"require-dev" : {
27
27
"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
+ }
35
29
}
You can’t perform that action at this time.
0 commit comments