Merge pull request #3186 from Icinga/feature/test-php-nightly

Test also on PHP 7.2+
This commit is contained in:
Eric Lippmann 2018-06-08 08:20:19 -04:00 committed by GitHub
commit 6ab87cfda2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- nightly
matrix:
allow_failures:
- php: nightly
services:
- mysql