Skip to content
Snippets Groups Projects
Commit 6ec0c3f0 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3217858: Support PHP7.4 for Varbase ~9.0 and all used components with automated testing

parent 45e6d877
No related branches found
No related tags found
No related merge requests found
...@@ -137,8 +137,11 @@ commands: ...@@ -137,8 +137,11 @@ commands:
command: | command: |
cp -r /var/www/html/varbase /var/www/html/varbase-profile cp -r /var/www/html/varbase /var/www/html/varbase-profile
sudo rm -rf /var/www/html/varbase sudo rm -rf /var/www/html/varbase
composer create-project vardot/varbase-project:9.0.x-dev /var/www/html/varbase --stability dev --no-interaction cd /var/www/html
composer create-project vardot/varbase-project:9.0.x-dev varbase --stability dev --no-interaction
sudo chmod 777 -R /var/www/html/varbase sudo chmod 777 -R /var/www/html/varbase
cd /var/www/html/varbase
cp -r /var/www/html/varbase-profile/.circleci /var/www/html/varbase/.circleci
## Update PATH to point at the composer bin in the project. ## Update PATH to point at the composer bin in the project.
- run: - run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment