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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-08-23 16:30:35 +0300
committerGitHub <noreply@github.com>2021-08-23 16:30:35 +0300
commit34ae265e296d841dfc8ca6533f2f05b57a43e4ec (patch)
treeaf3cdca3b385902b653e2a673af25dccc0dee284
parenta18515b9189193d882ea6551c4e97648aa444620 (diff)
parentb9df7a8e217b108e5834db7c6211c3e633da5802 (diff)
Merge pull request #1067 from nextcloud/backport/1059/stable22
[stable22] Fix maria db tests
-rw-r--r--.github/workflows/integration.yml2
-rw-r--r--.github/workflows/phpunit.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 5ed9daa..fb67e35 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -83,7 +83,7 @@ jobs:
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env:
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 88e8b30..31c34d7 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: