Ignore Composer platform requirements for PHP nightly

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-03-20 15:46:46 -03:00
parent 26caa0236c
commit 81bacd5ba6

View File

@ -85,6 +85,9 @@ jobs:
php: nightly
name: "PHP nightly"
env: CI_MODE=test
install:
- composer install --no-interaction --ignore-platform-reqs
- yarn install --non-interactive
- stage: "PHP Unit tests"
name: "PHP 7.3"