Skip to content

Commit 9dd701c

Browse files
authored
Merge pull request #235 from fbourigault/php-7.2
Add php 7.2 to travis matrix
2 parents 95e059d + 6edbeb2 commit 9dd701c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ sudo: false
55
php:
66
- 5.6
77
- 7.0
8+
- 7.1
89

910
matrix:
1011
include:
11-
- php: 7.1
12+
- php: 7.2
1213
env: STATIC_ANALYSIS=yes
1314

1415
before_script:

0 commit comments

Comments
 (0)