fix scenario for deploy CI
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Successful in 1m54s Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 30s Details

This commit is contained in:
aslan 2024-03-12 10:05:06 +03:00
parent ad97ed8a43
commit e2a7b2ec98
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ setup-ci:
npm run build
setup-prod:
composer install
/opt/php82/bin/php /usr/local/bin/composer install
npm ci
npm run build

View File

@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^8.3",
"php": "^8",
"fakerphp/faker": "^1.23.1",
"guzzlehttp/guzzle": "^7.8.1",
"imangazaliev/didom": "^2.0.1",

4
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b08e2f37cdd3c92cbf32d616488c1231",
"content-hash": "510b89acb2330588f3b2a70ee33a7e2e",
"packages": [
{
"name": "brick/math",
@ -9472,7 +9472,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.3"
"php": "^8"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"