Drone CI: Ignore PHP version from composer image
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Lexi / Zoe 2022-01-02 03:31:18 +01:00
parent 2f20e9d474
commit bf8a87ff30
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232

View file

@ -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