GHA: ROW_FORMAT=COMPRESSED deprecated in MariaDB 10.6
See MDL-72131.
This commit is contained in:
parent
db215a0a7f
commit
6d0d84aa90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/moodle-ci.yml
vendored
2
.github/workflows/moodle-ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10
|
image: mariadb:10.5
|
||||||
env:
|
env:
|
||||||
MYSQL_USER: 'root'
|
MYSQL_USER: 'root'
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
|
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
|
||||||
|
|
Loading…
Reference in a new issue