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 5c446b3 commit defa093Copy full SHA for defa093
circle.yml
@@ -22,7 +22,7 @@ jobs:
22
sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list"
23
sudo apt-get update
24
sudo docker-php-ext-install mysqli
25
- sudo apt-get install mariadb-client-10.5
+ sudo apt-get install mariadb-client-10.6
26
- run: |
27
echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
28
0 commit comments