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