Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-07-14 17:13:52 +0300
committerJulius Härtl <jus@bitgrid.net>2021-07-14 17:13:52 +0300
commit6f42bc0aa6235b5ebfc2ec52fdc8d4db744eff6d (patch)
tree1d9ddc8e460dbcc7918a5cb14a7f0966caf159f2 /.github
parent322485b56c5f1f44d135ac5d72493b31864abe21 (diff)
Pin mariadb version to 10.5 for now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml2
-rw-r--r--.github/workflows/phpunit.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index f3e4eb49..0fda04e3 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -93,7 +93,7 @@ jobs:
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env:
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index d09a7c79..43ad6a71 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -84,7 +84,7 @@ jobs:
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env: