summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-10-17 14:51:16 +0200
committerGitHub <noreply@github.com>2022-10-17 14:51:16 +0200
commitf2aee13f5294980b1ff5f3ab7b41d49753ea02f6 (patch)
tree7595658cc343419f7f0b9ec92b471d7b5a6b59f2 /.github
parentaf55b6b3b0e39385e5f280b075f4953ac8f97e97 (diff)
parent49c16b3a11c60ec63fc480fa85d71df93e3fdcd6 (diff)
Merge pull request #3055 from nextcloud/chore/postgres-14
Specify Postgres 14
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: