Ignore Composer platform requirements for PHP nightly
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
26caa0236c
commit
81bacd5ba6
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user