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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-07-14 12:45:18 +0300
committerGitHub <noreply@github.com>2021-07-14 12:45:18 +0300
commitbd6d13b0686887c4a65fc7896921ebb8e7d2d7c8 (patch)
tree64ebcb35386c33e2d0dfb33777678dbedb6abb0e
parentc31de504e9ef62275f8fa7c40c78f01af8115177 (diff)
parent25a5af893af90e419f4dd5c89dd50b2d187825dd (diff)
Merge pull request #5330 from nextcloud/debt/noid/pin-mariadb-to-10.5
Pin mariadb to 10.5
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 017a91b51..e6f93fd32 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
- 993:993
- 4190:4190
mysql-service:
- image: mariadb:10
+ image: mariadb:10.5
env:
MYSQL_ROOT_PASSWORD: my-secret-pw
MYSQL_DATABASE: nextcloud