ci: Bump mariaDB version to 10.4

10.5 is latest stable, but this feature was developed on 10.4; so
leaving this here.
This commit is contained in:
Gavin D'souza 2021-03-16 12:45:31 +05:30
parent cb6fe60f5f
commit c9d0aae791

View file

@ -31,7 +31,7 @@ jobs:
services:
mysql:
image: mariadb:10.3
image: mariadb:10.4
env:
MYSQL_ALLOW_EMPTY_PASSWORD: YES
ports: