From bf8a87ff303fffba3728fe7aaee18c35ad3cb059 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sun, 2 Jan 2022 03:31:18 +0100 Subject: [PATCH] Drone CI: Ignore PHP version from composer image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5243887..4d9dd2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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