From c9d0aae791ff96c4487ecbebdc51eab697268b82 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Tue, 16 Mar 2021 12:45:31 +0530 Subject: [PATCH] ci: Bump mariaDB version to 10.4 10.5 is latest stable, but this feature was developed on 10.4; so leaving this here. --- .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 626acdd0cb..2afe1f4b0b 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -31,7 +31,7 @@ jobs: services: mysql: - image: mariadb:10.3 + image: mariadb:10.4 env: MYSQL_ALLOW_EMPTY_PASSWORD: YES ports: