Drone CI: Ignore PHP version from composer image
This commit is contained in:
parent
2f20e9d474
commit
bf8a87ff30
|
|
@ -12,7 +12,7 @@ steps:
|
|||
environment:
|
||||
COMPOSER_CACHE_DIR: /tmp/cache
|
||||
commands:
|
||||
- composer install --no-progress --no-interaction
|
||||
- composer install --no-progress --no-interaction --ignore-platform-reqs
|
||||
|
||||
- name: run unit tests
|
||||
image: php:7.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue