We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c2764 commit f8ba8aaCopy full SHA for f8ba8aa
circle.yml
@@ -5,14 +5,14 @@ jobs:
5
parallelism: 1
6
docker:
7
- image: circleci/php:7.1
8
- - image: circleci/mysql:5.6
+ - image: circleci/mariadb:10.5
9
steps:
10
- checkout
11
- run: |
12
sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list"
13
sudo apt-get update
14
sudo docker-php-ext-install mysqli
15
- sudo apt-get install mysql-client-5.7
+ sudo apt-get install mariadb-client-10.5
16
17
echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
18
0 commit comments