File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.4-bullseye
7+ - image : cimg /php:8.3
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 : cimg /mariadb:11.4
1414 environment :
1515 MYSQL_ROOT_PASSWORD : root
1616 MYSQL_DATABASE : wp_cli_test
1919 steps :
2020 - checkout
2121 - run : |
22- sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian bullseye main\n' >> /etc/apt/sources.list"
2322 sudo apt-get update
2423 sudo docker-php-ext-install mysqli
25- sudo apt-get install mariadb-client
24+ sudo apt-get install -y mariadb-client
2625 - run : |
2726 echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
2827 - run : |
You can’t perform that action at this time.
0 commit comments