Merge pull request #3186 from Icinga/feature/test-php-nightly
Test also on PHP 7.2+
This commit is contained in:
commit
6ab87cfda2
|
@ -8,6 +8,12 @@ php:
|
|||
- '5.6'
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
|
Loading…
Reference in New Issue