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

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-08-23 10:21:17 +0300
committerJoas Schilling <coding@schilljs.com>2021-08-23 10:21:17 +0300
commitd93a350d2e9fac4608aa91601a14e6a6612ea129 (patch)
tree0b3a0a5bc8e49ded712e2ca921ed55611917cb3c /.github
parente7d7d3ef7d967dcd7134bb4f27d340f089ba8937 (diff)
Fix MariaDB version in tests
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 95a42bc..3a732d4 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -82,7 +82,7 @@ jobs:
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env: