We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9073b1a commit 5188a69Copy full SHA for 5188a69
1 file changed
.circleci/config.yml
@@ -10,8 +10,8 @@ jobs:
10
WP_CLI_TEST_DBROOTPASS: root
11
WP_CLI_TEST_DBUSER: wp_cli_test
12
WP_CLI_TEST_DBPASS: password1
13
- - image: cimg/mariadb:11.4
14
- command: --skip-ssl
+ - image: mariadb:11.4
+ command: mariadbd --skip-ssl
15
environment:
16
MYSQL_ROOT_PASSWORD: root
17
MYSQL_DATABASE: wp_cli_test
0 commit comments