Skip to content
Snippets Groups Projects
Commit 80b4a3a9 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 04ccf591
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ defaults: &defaults
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
- image: circleci/mysql:8.0.4
- image: circleci/mysql:8.0.23
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
......@@ -37,7 +37,7 @@ commands:
name: Install Usefull must have utils for debugging with SSH into this box
command: |
sudo apt -qq update && sudo apt -qqy upgrade
sudo apt -yqq install vim links lynx git diffutils htop curl wget p7zip-full unzip zip sed gcc g++ make libfreetype6-dev libjpeg62-turbo-dev libpng-dev xvfb mysql-client
sudo apt -yqq install vim links lynx git diffutils htop curl wget p7zip-full unzip zip sed gcc g++ make libfreetype6-dev libjpeg62-turbo-dev libpng-dev xvfb default-mysql-client
## Install PHP extra.
- run:
name: Install PHP extra
......
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