Skip to content

Commit 91b3d70

Browse files
authored
Merge pull request #27 from arzurchris/develop
Added PHP 7.3 support for travis
2 parents 2af103b + d4803d4 commit 91b3d70

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
@@ -7,12 +7,14 @@ php:
77
- 7.0
88
- 7.1
99
- 7.2
10+
- 7.3
1011
- hhvm
1112

1213
matrix:
1314
allow_failures:
1415
- php: 7.1
1516
- php: 7.2
17+
- php: 7.3
1618
- php: hhvm
1719

1820
env:

0 commit comments

Comments
 (0)