Pin CI to mariadb 10.5

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2021-08-03 18:18:52 +02:00
parent 9e2dcb686f
commit ff61238487
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
POSTGRES_DB: nextcloud POSTGRES_DB: nextcloud
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5 options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
mysql: mysql:
image: mariadb image: mariadb:10.5
ports: ports:
- 4444:3306/tcp - 4444:3306/tcp
env: env:

View File

@@ -35,7 +35,7 @@ jobs:
POSTGRES_DB: nextcloud POSTGRES_DB: nextcloud
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5 options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
mysql: mysql:
image: mariadb image: mariadb:10.5
ports: ports:
- 4444:3306/tcp - 4444:3306/tcp
env: env: