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 30
30
with :
31
31
php-version : ${{ matrix.php }}
32
32
coverage : xdebug
33
- env :
34
- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
33
- run : composer install
36
34
- run : vendor/bin/phpunit --coverage-text
37
35
if : ${{ matrix.php >= 7.3 }}
43
41
name : PHPUnit (HHVM)
44
42
runs-on : ubuntu-18.04
45
43
continue-on-error : true
46
- if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
47
44
steps :
48
45
- uses : actions/checkout@v2
49
46
- uses : azjezz/setup-hhvm@v1
Original file line number Diff line number Diff line change 28
28
"require" : {
29
29
"php" : " >=5.3.0" ,
30
30
"evenement/evenement" : " ^3.0 || ^2.0 || ^1.0" ,
31
- "react/event-loop" : " dev-master#78f7f43 as 1.2.0 " ,
32
- "react/stream" : " dev-default-loop#e617d63 as 1.2.0 "
31
+ "react/event-loop" : " ^ 1.2" ,
32
+ "react/stream" : " ^ 1.2"
33
33
},
34
34
"require-dev" : {
35
35
"phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.35" ,
36
- "react/dns" : " dev-default-loop#28e5df1 as 1.8.0" ,
37
- "react/socket" : " dev-default-loop#b471dc7 as 1.8.0" ,
36
+ "react/socket" : " ^1.8" ,
38
37
"sebastian/environment" : " ^5.0 || ^3.0 || ^2.0 || ^1.0"
39
38
},
40
39
"autoload" : {
41
40
"psr-4" : { "React\\ ChildProcess\\ " : " src" }
42
41
},
43
42
"autoload-dev" : {
44
43
"psr-4" : { "React\\ Tests\\ ChildProcess\\ " : " tests" }
45
- },
46
- "repositories" : [
47
- {
48
- "type" : " vcs" ,
49
- "url" : " https://github.com/clue-labs/dns"
50
- },
51
- {
52
- "type" : " vcs" ,
53
- "url" : " https://github.com/clue-labs/socket"
54
- },
55
- {
56
- "type" : " vcs" ,
57
- "url" : " https://github.com/clue-labs/stream"
58
- }
59
- ]
44
+ }
60
45
}
You can’t perform that action at this time.
0 commit comments