Skip to content

Commit 5188a69

Browse files
committed
Actually last try
1 parent 9073b1a commit 5188a69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
WP_CLI_TEST_DBROOTPASS: root
1111
WP_CLI_TEST_DBUSER: wp_cli_test
1212
WP_CLI_TEST_DBPASS: password1
13-
- image: cimg/mariadb:11.4
14-
command: --skip-ssl
13+
- image: mariadb:11.4
14+
command: mariadbd --skip-ssl
1515
environment:
1616
MYSQL_ROOT_PASSWORD: root
1717
MYSQL_DATABASE: wp_cli_test

0 commit comments

Comments
 (0)