fix: platform php 7.4, ignore ext-gd for phpspreadsheet
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -19,8 +19,8 @@ steps:
|
||||
- name: composer-cache
|
||||
path: /root/.composer/cache
|
||||
commands:
|
||||
- composer config platform.php 7.3.0
|
||||
- composer install --no-dev --optimize-autoloader --no-interaction --prefer-dist
|
||||
- composer config platform.php 7.4.0
|
||||
- composer install --no-dev --optimize-autoloader --no-interaction --prefer-dist --ignore-platform-req=ext-gd
|
||||
|
||||
# -------------------------------------------------------
|
||||
# 2. PHP Unit testlerini çalıştır
|
||||
|
||||
Reference in New Issue
Block a user