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
c6e98604
Commit
c6e98604
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
46e95803
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+2
-2
2 additions, 2 deletions
.circleci/config.yml
with
2 additions
and
2 deletions
.circleci/config.yml
+
2
−
2
View file @
c6e98604
...
@@ -38,7 +38,7 @@ commands:
...
@@ -38,7 +38,7 @@ commands:
command
:
|
command
:
|
sudo apt-get -qq update
sudo apt-get -qq update
sudo apt-get -qqy upgrade
sudo apt-get -qqy upgrade
sudo apt-get install software-properties-common
sudo apt-get install
-y
software-properties-common
sudo apt-get -qq update
sudo apt-get -qq update
sudo apt-get -qqy upgrade
sudo apt-get -qqy upgrade
sudo apt-get -yqq install vim links lynx git diffutils htop curl wget p7zip-full unzip zip sed gcc g++ make libfreetype6-dev libonig-dev libjpeg62-turbo-dev libpng-dev xvfb default-mysql-client
sudo apt-get -yqq install vim links lynx git diffutils htop curl wget p7zip-full unzip zip sed gcc g++ make libfreetype6-dev libonig-dev libjpeg62-turbo-dev libpng-dev xvfb default-mysql-client
...
@@ -90,7 +90,7 @@ commands:
...
@@ -90,7 +90,7 @@ commands:
sudo apt-get update && sudo apt-get install -y software-properties-common && \
sudo apt-get update && sudo apt-get install -y software-properties-common && \
sudo add-apt-repository -y ppa:openjdk-r/ppa; \
sudo add-apt-repository -y ppa:openjdk-r/ppa; \
fi && \
fi && \
sudo apt-get update && sudo apt-get install -y openjdk-
8
-jre openjdk-
8
-jre-headless openjdk-
8
-jdk openjdk-
8
-jdk-headless
sudo apt-get update && sudo apt-get install -y openjdk-
11
-jre openjdk-
11
-jre-headless openjdk-
11
-jdk openjdk-
11
-jdk-headless
## List tool version.
## List tool version.
-
run
:
-
run
:
...
...
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