Skip to content

Commit c6f6ea6

Browse files
authored
Update travis.yml to support testing to PHP 7.2
1 parent f8670ca commit c6f6ea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
sudo: false
44

55
php:
6+
- 7.2
67
- 7.1
78
- 7.0
89
- 5.6
@@ -34,6 +35,8 @@ matrix:
3435
env: SYMFONY_VERSION=3.0.*
3536
- php: 7.1
3637
env: DEPENDENCIES=beta
38+
- php: 7.2
39+
env: DEPENDENCIES=beta
3740

3841
allow_failures:
3942
- php: nightly

0 commit comments

Comments
 (0)