File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
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.0
11
+ - 7.1
12
+ - 7.2
13
+ - 7.3
11
14
12
15
env :
13
16
- SUITE="curl" PACKAGE="php-http/curl-client:dev-master zendframework/zend-diactoros"
14
17
- SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
15
- - SUITE="Guzzle5" PACKAGE="php-http/guzzle5-adapter:dev-master"
16
18
- SUITE="Guzzle6" PACKAGE="php-http/guzzle6-adapter:dev-master"
17
19
- SUITE="React" PACKAGE="php-http/react-adapter:dev-master"
18
20
- 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"
21
+ - SUITE="CakePHP" PACKAGE="php-http/cakephp-adapter:dev-master"
22
+ - SUITE="Zend" PACKAGE="php-http/zend-adapter:dev-master"
23
+ - SUITE="Artax" PACKAGE="php-http/artax-adapter:dev-master"
21
24
22
25
matrix :
23
26
include :
24
- - php : 7.0
25
- env : SUITE="Artax " PACKAGE="php-http/artax -adapter:dev-master"
27
+ - php : 5.5
28
+ env : SUITE="Guzzle5 " PACKAGE="php-http/guzzle5 -adapter:dev-master"
26
29
allow_failures :
27
30
- env : SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
28
31
You can’t perform that action at this time.
0 commit comments