Skip to content

Commit 8512303

Browse files
authored
Merge pull request #76 from Kryniol/fix-75-php-versions
#75 Adding newer PHP versions to Travis config
2 parents 61c990a + eb12b77 commit 8512303

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: php
22

33
php:
44
- '7.0'
5+
- '7.1'
6+
- '7.2'
57

68
cache:
79
directories:

0 commit comments

Comments
 (0)