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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-07-14 09:54:00 +0300
committerdartcafe <github@dartcafe.de>2021-07-14 09:54:00 +0300
commite4fe01f058894387e8c5b7c876eda2101535c192 (patch)
treef071d5b74eecb7c1417913ebbee00dba15ba18b6 /.github
parent88abb1c96df17499f3319b5b7500fd8ed6e8cfc7 (diff)
lock mariadb to 10.5 in workflow
Signed-off-by: dartcafe <github@dartcafe.de>
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 289f568c..faa7ea2e 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -87,7 +87,7 @@ jobs:
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env: