Skip to content
Snippets Groups Projects
Commit c6e98604 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 46e95803
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
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