Add php5.6 and php7.0 versions for tests

This commit is contained in:
Kienan Stewart 2018-04-15 20:12:50 -04:00 committed by Benjamin Sonntag
parent 3556fbb2d4
commit 2a0b0c1f99
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