From 6591eee3ba127bf87e70fe46f96a629d87d0d751 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 16 Aug 2024 00:22:37 -0400 Subject: [PATCH] CI: Pin MariaDB version to avoid recently introduced bug --- .gitea/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 67f7a83..8175c9a 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -10,7 +10,9 @@ jobs: container: catthehacker/ubuntu:act-latest services: mariadb: - image: mariadb:latest + # TODO: this is pinned to avoid what apears to be a bug with + # MariaDB >= 10.11.9, and collation issues with 11.x.x + image: mariadb:10.11.8 env: MARIADB_ROOT_PASSWORD: whatever healthcheck: