summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-07-15 10:16:59 +0200
committerGitHub <noreply@github.com>2021-07-15 10:16:59 +0200
commit49e7e4ec284954228c88636a9404eff47dabdc3c (patch)
tree8fa8b810970f500c31a5dfe3501e7af861416e38
parent981bbd3f17b80c7227c04294f16a2063fd705535 (diff)
parent79abeb204052bfa511b48e3548d5def19d9837e9 (diff)
Merge pull request #6011 from nextcloud/backport/6006/stable21
[stable21] "Fix" CI with mariadb
-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 cc60a62ca..43dfe3010 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: