Skip to content

Commit 2347dda

Browse files
Use circleci/mariadb:10.6 too
1 parent defa093 commit 2347dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

0 commit comments

Comments
 (0)