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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2022-10-17 13:43:50 +0300
committerAnna Larch <anna@nextcloud.com>2022-10-17 13:43:50 +0300
commite23c812426d2ff39750dd43b77ca1149b523efab (patch)
treec0d7d9a9dead17e74c320297388939a1dfd91d9d /.github
parent370c29e27dc8c6f12aee4132df874f6792c20e85 (diff)
Specify postgres 14 as NC25 isn't compatible with 15
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 93197c2e0..29f3ba826 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -103,7 +103,7 @@ jobs:
--health-timeout=5s
--health-retries=3
postgres-service:
- image: postgres
+ image: postgres:14
env:
POSTGRES_USER: nextcloud
POSTGRES_DB: nextcloud