File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 7
7
- $HOME/.composer/cache/files
8
8
9
9
php :
10
- - 5.5
10
+ - 7.3
11
11
12
12
env :
13
13
- SUITE="curl" PACKAGE="php-http/curl-client:dev-master zendframework/zend-diactoros"
14
14
- SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
15
- - SUITE="Guzzle5" PACKAGE="php-http/guzzle5-adapter:dev-master"
16
15
- SUITE="Guzzle6" PACKAGE="php-http/guzzle6-adapter:dev-master"
17
16
- SUITE="React" PACKAGE="php-http/react-adapter:dev-master"
18
17
- SUITE="Buzz" PACKAGE="php-http/buzz-adapter:dev-master"
19
- - SUITE="CakePHP" PACKAGE="php-http/buzz-adapter:dev-master"
20
- - SUITE="Zend" PACKAGE="php-http/buzz-adapter:dev-master"
18
+ - SUITE="CakePHP" PACKAGE="php-http/cakephp-adapter:dev-master"
19
+ - SUITE="Zend" PACKAGE="php-http/zend-adapter:dev-master"
20
+ - SUITE="Artax" PACKAGE="php-http/artax-adapter:dev-master"
21
21
22
22
matrix :
23
23
include :
24
- - php : 7.0
25
- env : SUITE="Artax " PACKAGE="php-http/artax -adapter:dev-master"
24
+ - php : 5.5
25
+ env : SUITE="Guzzle5 " PACKAGE="php-http/guzzle5 -adapter:dev-master"
26
26
allow_failures :
27
27
- env : SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
28
+ - env : SUITE="CakePHP" PACKAGE="php-http/cakephp-adapter:dev-master"
28
29
29
30
branches :
30
31
except :
31
32
- /^analysis-.*$/
32
33
33
34
before_install :
34
- - phpenv config-rm xdebug.ini
35
+ - phpenv config-rm xdebug.ini || true
35
36
36
37
install :
37
38
- composer require ${PACKAGE} --no-update
Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"php" : " >=5.4" ,
19
- "phpunit/phpunit" : " ^4.8.35 || ^5.4.3 || ^6.0" ,
19
+ "phpunit/phpunit" : " ^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 " ,
20
20
"php-http/httplug" : " ^1.0 || ^2.0" ,
21
21
"php-http/message" : " ^1.0" ,
22
22
"guzzlehttp/psr7" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments