fix: lock composer platform to php 7.3.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ExtraNetwork
2026-05-13 09:55:41 +03:00
parent 201be50db3
commit e5ce50ac3b

View File

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