fix: lock composer platform to php 7.3.0
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,7 +19,8 @@ steps:
|
|||||||
- name: composer-cache
|
- name: composer-cache
|
||||||
path: /root/.composer/cache
|
path: /root/.composer/cache
|
||||||
commands:
|
commands:
|
||||||
- composer install --no-dev --optimize-autoloader --no-interaction --prefer-dist --ignore-platform-reqs
|
- composer config platform.php 7.3.0
|
||||||
|
- composer install --no-dev --optimize-autoloader --no-interaction --prefer-dist
|
||||||
|
|
||||||
# -------------------------------------------------------
|
# -------------------------------------------------------
|
||||||
# 2. PHP Unit testlerini çalıştır
|
# 2. PHP Unit testlerini çalıştır
|
||||||
|
|||||||
Reference in New Issue
Block a user