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:32:43 +0300
committerAnna Larch <anna@nextcloud.com>2022-10-17 13:32:43 +0300
commitd7ddc681dbf9b0aa9683e44a5498d785c27a6175 (patch)
treec0d7d9a9dead17e74c320297388939a1dfd91d9d /.github
parenta522bb66465cca85e867f0dc77c12e8bba5194ac (diff)
Explicitly specify Postgres 14 as NC25 isn't compatible with Postgres 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