Pin mariadb to 10.5 for tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user