Only allow newer php versions
This commit is contained in:
parent
6c2fa61088
commit
165406e9b7
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- '5.6'
|
|
||||||
- '7.0'
|
- '7.0'
|
||||||
|
- '7.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
Reference in a new issue