Skip to content

Commit f8ba8aa

Browse files
committed
Switch CircleCI to MariaDB
1 parent 96c2764 commit f8ba8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ jobs:
55
parallelism: 1
66
docker:
77
- image: circleci/php:7.1
8-
- image: circleci/mysql:5.6
8+
- image: circleci/mariadb:10.5
99
steps:
1010
- checkout
1111
- run: |
1212
sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list"
1313
sudo apt-get update
1414
sudo docker-php-ext-install mysqli
15-
sudo apt-get install mysql-client-5.7
15+
sudo apt-get install mariadb-client-10.5
1616
- run: |
1717
echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
1818
- run: |

0 commit comments

Comments
 (0)