Skip to content

Commit 4eaa861

Browse files
committed
Specify PHP 7.* versions to integrate against
Two years ago we didn't have PHP 7.2, which was just out a few days ago. Defines `precise` version for testing PHP 5.3 as it is the only one that supports that PHP version on Travis.
1 parent 95ab990 commit 4eaa861

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.travis.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
sudo:
2-
false
1+
sudo: false
2+
language: php
33

4-
language:
5-
php
6-
7-
php:
8-
- 5.3
9-
- 5.4
10-
- 5.5
11-
- 5.6
12-
- 7
4+
matrix:
5+
include:
6+
- php: 5.3
7+
dist: precise
8+
- php: 5.4
9+
- php: 5.5
10+
- php: 5.6
11+
- php: 7.0
12+
- php: 7.1
13+
- php: 7.2
1314

1415
cache:
1516
directories:

0 commit comments

Comments
 (0)