Skip to content

Commit 6edbeb2

Browse files
committed
add php 7.2 to travis matrix
1 parent 95e059d commit 6edbeb2

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)