File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Expand file tree Collapse file tree 2 files changed +4
-19
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 }}
@@ -48,16 +46,13 @@ jobs:
48
46
with :
49
47
php-version : 8.0
50
48
coverage : xdebug
51
- env :
52
- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
49
- run : composer install
54
50
- run : vendor/bin/phpunit --coverage-text
55
51
56
52
PHPUnit-hhvm :
57
53
name : PHPUnit (HHVM)
58
54
runs-on : ubuntu-18.04
59
55
continue-on-error : true
60
- if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
61
56
steps :
62
57
- uses : actions/checkout@v2
63
58
- 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/dns" : " dev-default-loop#28e5df1 as 1.8.0 " ,
32
- "react/event-loop" : " dev-master#1a709e2 as 1.2.0 " ,
31
+ "react/dns" : " ^ 1.8" ,
32
+ "react/event-loop" : " ^ 1.2" ,
33
33
"react/promise" : " ^2.6.0 || ^1.2.1" ,
34
34
"react/promise-timer" : " ^1.4.0" ,
35
- "react/stream" : " dev-default-loop#e617d63 as 1.2.0 "
35
+ "react/stream" : " ^ 1.2"
36
36
},
37
37
"require-dev" : {
38
38
"clue/block-react" : " ^1.2" ,
48
48
"psr-4" : {
49
49
"React\\ Tests\\ Socket\\ " : " tests"
50
50
}
51
- },
52
- "repositories" : [
53
- {
54
- "type" : " vcs" ,
55
- "url" : " https://github.com/clue-labs/dns"
56
- },
57
- {
58
- "type" : " vcs" ,
59
- "url" : " https://github.com/clue-labs/stream"
60
- }
61
- ]
51
+ }
62
52
}
You can’t perform that action at this time.
0 commit comments