From c0d052cf945afc5c844f5028b7191f4441dfd09a Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Wed, 17 Mar 2021 12:59:27 +0530 Subject: [PATCH] Revert "ci: Bump mariaDB version to 10.4" This reverts commit c9d0aae791ff96c4487ecbebdc51eab697268b82. --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 2afe1f4b0b..626acdd0cb 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -31,7 +31,7 @@ jobs: services: mysql: - image: mariadb:10.4 + image: mariadb:10.3 env: MYSQL_ALLOW_EMPTY_PASSWORD: YES ports: