Drone CI: Ignore PHP version from composer image
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

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
1 changed files with 1 additions and 1 deletions

View File

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