From 5864d870909dd26c178f596628cce6beae0ea467 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Mon, 12 Jun 2023 20:21:24 +0100 Subject: [PATCH] CI: fix with latest mariadb 11 docker image ref https://jira.mariadb.org/browse/MDBF-568 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de5e7ed507..b48e34eb4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: yes ports: - 3306:3306 - options: --health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 10 + options: --health-cmd="mariadb-admin ping" --health-interval 10s --health-timeout 5s --health-retries 10 postgres: image: ${{ needs.pre-ci.outputs.docker_prefix }}postgres -- 2.47.3