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

github.com/nextcloud/files_accesscontrol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-10-14 15:35:09 +0300
committerJoas Schilling <coding@schilljs.com>2021-10-14 15:35:09 +0300
commitefbdfad3e5af029e301c0d3efbbd5351672861ed (patch)
treea96446acb17148b221ce10cf71b357e4c5209704 /.github
parent1323266df86b72febba1dc8c44f36c589fe66860 (diff)
Use MariaDB 10.5
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 62a7e45..b0c2a1b 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -79,7 +79,7 @@ jobs:
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env: