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

github.com/nextcloud/twofactor_totp.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:46:11 +0300
committerAnna Larch <anna@nextcloud.com>2022-10-17 13:46:11 +0300
commit7724aaeb4568ed40f51ef0291cfda332d8e74f10 (patch)
tree07f0108281113750ae1a59138651c4588463cfe1
parente3b4fd3cee3cd116fb7ce697120086fe1f29c518 (diff)
Specify Postgres 14 in test workflow
as Nextcloud 25 isn't compatible with Postgres 15 Signed-off-by: Anna Larch <anna@nextcloud.com>
-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 848b146..35272b6 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -84,7 +84,7 @@ jobs:
--health-timeout=5s
--health-retries=3
postgres-service:
- image: postgres
+ image: postgres:14
env:
POSTGRES_USER: nextcloud
POSTGRES_DB: nextcloud