CI: Pin MariaDB version to avoid recently introduced bug
This commit is contained in:
parent
02e86bd079
commit
6591eee3ba
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user