File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
working_directory : ~/wp-cli/package-tests
5
5
parallelism : 1
6
6
docker :
7
- - image : circleci/php:7.1
7
+ - image : circleci/php:7.4
8
8
environment :
9
9
WP_CLI_TEST_DBHOST : 127.0.0.1:3306
10
10
WP_CLI_TEST_DBROOTPASS : root
11
11
WP_CLI_TEST_DBUSER : wp_cli_test
12
12
WP_CLI_TEST_DBPASS : password1
13
- - image : circleci/mariadb:10.5
13
+ - image : circleci/mariadb:10.6
14
14
environment :
15
15
MYSQL_ROOT_PASSWORD : root
16
16
MYSQL_DATABASE : wp_cli_test
22
22
sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list"
23
23
sudo apt-get update
24
24
sudo docker-php-ext-install mysqli
25
- sudo apt-get install mariadb-client-10.5
25
+ sudo apt-get install mariadb-client-10.6
26
26
- run : |
27
27
echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
28
28
- run : |
You can’t perform that action at this time.
0 commit comments