Enable PHP 7.3 in Travis CI

This commit is contained in:
Kevin Adler
2019-01-31 00:39:02 -06:00
committed by Abhinav Radke
parent 2bc8ee7161
commit dc392b17ce

View File

@@ -1,6 +1,7 @@
language: php
php:
- '7.3'
- '7.2'
- '7.1'
- '7.0'