build with php nightly

This commit is contained in:
DE TROOSTEMBERGH Antoine 2019-12-09 21:14:37 +01:00
parent 9914f3d295
commit 590a8b7ef2
2 changed files with 7 additions and 9 deletions

View File

@ -6,22 +6,20 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4
- nightly
matrix:
include:
- php: 7.2
env: COVERAGE=1
- php: 7.3
env: DEPENDENCIES="--ignore-platform-reqs"
- php: 7.4snapshot
- php: nightly
env: DEPENDENCIES="--ignore-platform-reqs"
exclude:
- php: 7.2
- php: 7.3
- php: 7.4snapshot
- php: nightly
allow_failures:
- php: 7.4snapshot
- php: nightly
cache:
directories:

View File

@ -58,7 +58,7 @@
"fix": "Fixes issues found by PHP-CS"
},
"require": {
"php": "^7.0",
"php": "^7.1",
"ext-xml": "*",
"zendframework/zend-escaper": "^2.2",
"phpoffice/common": "^0.2.9"
@ -73,7 +73,7 @@
"phploc/phploc": "^4.0",
"dompdf/dompdf":"0.8.*",
"tecnickcom/tcpdf": "6.*",
"mpdf/mpdf": "7.*",
"mpdf/mpdf": "8.*",
"php-coveralls/php-coveralls": "^2.0"
},
"suggest": {