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 44 working_directory : ~/wp-cli/package-tests
55 parallelism : 1
66 docker :
7- - image : circleci/php:7.1
7+ - image : circleci/php:7.4
88 environment :
99 WP_CLI_TEST_DBHOST : 127.0.0.1:3306
1010 WP_CLI_TEST_DBROOTPASS : root
1111 WP_CLI_TEST_DBUSER : wp_cli_test
1212 WP_CLI_TEST_DBPASS : password1
13- - image : circleci/mariadb:10.5
13+ - image : circleci/mariadb:10.6
1414 environment :
1515 MYSQL_ROOT_PASSWORD : root
1616 MYSQL_DATABASE : wp_cli_test
2222 sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list"
2323 sudo apt-get update
2424 sudo docker-php-ext-install mysqli
25- sudo apt-get install mariadb-client-10.5
25+ sudo apt-get install mariadb-client-10.6
2626 - run : |
2727 echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
2828 - run : |
You can’t perform that action at this time.
0 commit comments