Skip to content

Commit ac5a736

Browse files
committed
Add PHP 7.2 to Travis build configuration
1 parent bf13d52 commit ac5a736

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ matrix:
1414
env: DB=PGSQL PHPUNIT_TEST=1
1515
- php: 7.1
1616
env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1
17+
- php: 7.2
18+
env: DB=MYSQL PHPUNIT_TEST=1
1719

1820
before_script:
1921
# Init PHP

0 commit comments

Comments
 (0)