summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2022-10-17 13:28:17 +0200
committerAnna Larch <anna@nextcloud.com>2022-10-17 13:28:17 +0200
commit49c16b3a11c60ec63fc480fa85d71df93e3fdcd6 (patch)
treee9223f8350bb91a782d0f40c374e9560461e16e4 /.github
parent4ac1717c42b27d1108a28bcf473bf4ca66847f2c (diff)
Specify Postgres 14
as NC 25 isn't compatible with Postgres 15 Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to '.github')
-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 b44bc3e9..efa45d98 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -150,7 +150,7 @@ jobs:
services:
postgres:
- image: postgres
+ image: postgres:14
ports:
- 4444:5432/tcp
env: