File tree 2 files changed +19
-7
lines changed 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
php-version : ${{ matrix.php }}
30
30
coverage : xdebug
31
+ env :
32
+ COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
33
- run : composer install
32
34
- run : vendor/bin/phpunit --coverage-text
33
35
if : ${{ matrix.php >= 7.3 }}
38
40
name : PHPUnit (HHVM)
39
41
runs-on : ubuntu-18.04
40
42
continue-on-error : true
43
+ if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
41
44
steps :
42
45
- uses : actions/checkout@v2
43
46
- uses : azjezz/setup-hhvm@v1
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " >=5.3" ,
15
- "react/promise" : " ^2.1 || ^1.2" ,
16
- "react/socket" : " ^1.11 "
15
+ "react/promise" : " ^3@dev || ^ 2.1 || ^1.2" ,
16
+ "react/socket" : " dev-promise-3 as 1.12.0 "
17
17
},
18
18
"require-dev" : {
19
- "clue/block-react" : " ^1.1 " ,
20
- "clue/connection-manager-extra" : " ^1.0 || ^0.7 " ,
19
+ "clue/block-react" : " ^1.5 " ,
20
+ "clue/connection-manager-extra" : " dev-promise-v3 as 1.3.0 " ,
21
21
"phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.35" ,
22
- "react/event-loop" : " ^1.2" ,
23
- "react/http" : " ^1.6"
22
+ "react/event-loop" : " ^1.2"
24
23
},
25
24
"autoload" : {
26
25
"psr-4" : { "Clue\\ React\\ Socks\\ " : " src/" }
27
26
},
28
27
"autoload-dev" : {
29
28
"psr-4" : { "Clue\\ Tests\\ React\\ Socks\\ " : " tests/" }
30
- }
29
+ },
30
+ "repositories" : [
31
+ {
32
+ "type" : " vcs" ,
33
+ "url" : " https://github.com/WyriHaximus-labs/socket"
34
+ },
35
+ {
36
+ "type" : " vcs" ,
37
+ "url" : " https://github.com/clue-labs/reactphp-connection-manager-extra"
38
+ }
39
+ ]
31
40
}
You can’t perform that action at this time.
0 commit comments