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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-07-14 16:47:55 +0300
committerJoas Schilling <coding@schilljs.com>2021-07-14 16:47:55 +0300
commite8b1456f064b2e9d07aed01c87f25360addeb8d4 (patch)
tree5f1c8121925c4f4bb676a774b9b75b93036180be /.github
parent18e49c8ca856acec2620817682527dceaf255e79 (diff)
"Fix" CI with mariadb
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 1dc8ec33b..11465b351 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -88,7 +88,7 @@ jobs:
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env: