CI: Pin MariaDB version to avoid recently introduced bug
All checks were successful
Ruff / ruff (push) Successful in 44s
Test / test (push) Successful in 5m28s

This commit is contained in:
Adam Goldsmith 2024-08-16 00:22:37 -04:00
parent 02e86bd079
commit 6591eee3ba

View File

@ -10,7 +10,9 @@ jobs:
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
services: services:
mariadb: 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: env:
MARIADB_ROOT_PASSWORD: whatever MARIADB_ROOT_PASSWORD: whatever
healthcheck: healthcheck: