Skip to content

Commit e937798

Browse files
committed
Added PHP 7.2 and 7.3
Signed-off-by: Sacha Telgenhof <[email protected]>
1 parent 3265a05 commit e937798

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ php:
44
- 5.6
55
- 7.0
66
- 7.1
7+
- 7.2
8+
- 7.3
79
- hhvm
810
- nightly
911

@@ -29,3 +31,8 @@ matrix:
2931
include:
3032
- php: 7.1
3133
env: PHPSTAN=1
34+
- php: 7.2
35+
env: PHPSTAN=1
36+
- php: 7.3
37+
env: PHPSTAN=1
38+

0 commit comments

Comments
 (0)