Add php5.6 and php7.0 versions for tests

This commit is contained in:
Kienan Stewart 2018-04-15 20:12:50 -04:00
parent d24aabdafd
commit fce764a8ad
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ language: php
services: services:
- mysql - mysql
php: php:
- 7.0
- 5.6
- 5.5 - 5.5
- 5.4 - 5.4
- 5.3 - 5.3