Skip to content

Commit 2ffeb6d

Browse files
committed
Bump minimum PHP version to 7.x on Travis
1 parent bdd5594 commit 2ffeb6d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,25 @@ cache:
77
- $HOME/.composer/cache/files
88

99
php:
10-
- 5.5
10+
- 7.0
11+
- 7.1
12+
- 7.2
13+
- 7.3
1114

1215
env:
1316
- SUITE="curl" PACKAGE="php-http/curl-client:dev-master zendframework/zend-diactoros"
1417
- SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
15-
- SUITE="Guzzle5" PACKAGE="php-http/guzzle5-adapter:dev-master"
1618
- SUITE="Guzzle6" PACKAGE="php-http/guzzle6-adapter:dev-master"
1719
- SUITE="React" PACKAGE="php-http/react-adapter:dev-master"
1820
- 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"
2124

2225
matrix:
2326
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"
2629
allow_failures:
2730
- env: SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
2831

0 commit comments

Comments
 (0)