Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varbase
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
varbase
Commits
66ef6865
Commit
66ef6865
authored
3 years ago
by
Rajab Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3217858
: Support PHP7.4 for Varbase ~9.0 and all used components with automated testing
parent
0bc5cc27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+3
-1
3 additions, 1 deletion
.circleci/config.yml
config/managed/block.block.vartheme_bs4_copyright.yml
+1
-1
1 addition, 1 deletion
config/managed/block.block.vartheme_bs4_copyright.yml
with
4 additions
and
2 deletions
.circleci/config.yml
+
3
−
1
View file @
66ef6865
...
...
@@ -136,8 +136,10 @@ commands:
name
:
Build Varbase with the composer
command
:
|
cp -r /var/www/html/varbase /var/www/html/varbase-profile
cd /var/www/html
composer clear
cd /var/www/html/varbase
composer install
--prefer-dist
--no-interaction -vvv
composer install --no-interaction -vvv
mv /var/www/html/varbase-profile /var/www/html/varbase/docroot/profiles/varbase
sudo chmod 777 -R /var/www/html/varbase
...
...
This diff is collapsed.
Click to expand it.
config/managed/block.block.vartheme_bs4_copyright.yml
+
1
−
1
View file @
66ef6865
...
...
@@ -10,7 +10,7 @@ theme: vartheme_bs4
region
:
footer
weight
:
-5
provider
:
null
plugin
:
'
block_content
:b858d97d-eaa5-4cfe-af6f-b92c21bbca95
'
plugin
:
'
block_content'
settings
:
id
:
'
block_content:b858d97d-eaa5-4cfe-af6f-b92c21bbca95'
label
:
Copyright
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment