Also test PHP7.2

This commit is contained in:
James Cole 2017-12-27 22:29:25 +01:00
parent 97cde38d8f
commit eda1673518
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
language: php
php:
- 7.1
- 7.2
cache:
directories:

View File

@ -25,7 +25,7 @@ return [
'enabled' => [
'file' => true,
'bunq' => false,
'spectre' => false,
'spectre' => true,
'plaid' => false,
],
'prerequisites' => [
@ -75,4 +75,4 @@ return [
'auto-start' => true,
],
],
];
];