summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna <anna@nextcloud.com>2022-10-20 11:38:31 +0200
committerGitHub <noreply@github.com>2022-10-20 11:38:31 +0200
commit8260f0685e6e717e89f17c8b7cbdd64b4d5c2b49 (patch)
tree31c63d6aee9ef87d93a416e5066194fd49670ee1
parent836b3cbf433d4cbd0206964ee5e886c61db4959e (diff)
parent16eb23e483d0da53323f7e743593799912f9834d (diff)
Merge pull request #3063 from nextcloud/backport/3055/stable4.2
[stable4.2] Specify Postgres 14
-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 b55f5653..e191e1cb 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -157,7 +157,7 @@ jobs:
services:
postgres:
- image: postgres
+ image: postgres:14
ports:
- 4444:5432/tcp
env: