From 1e7e901d3bfe7777f0b7688c6c4497741f44e991 Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Sun, 30 Aug 2020 12:09:09 +0100 Subject: [PATCH] Try MariaDB 10.4 Signed-off-by: Andrew Thornton --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b850c8b8..300c7841 100644 --- a/.drone.yml +++ b/.drone.yml @@ -280,7 +280,7 @@ services: - name: mariadb pull: default - image: mariadb:10.5 + image: mariadb:10.4 environment: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_DATABASE: xorm_test