GHA: ROW_FORMAT=COMPRESSED deprecated in MariaDB 10.6

See MDL-72131.
This commit is contained in:
Mark Nelson 2021-08-03 17:56:52 +08:00
parent afcea89c82
commit f1cf599f31

View file

@ -16,7 +16,7 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
mariadb:
image: mariadb:10
image: mariadb:10.5
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"