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

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-17 18:03:09 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-17 18:03:09 +0300
commit81e53020128fc71f6d22d31bc3737bf1821a4477 (patch)
treea64ab1277f94c354df02d176eb2ee574af8b2518
parentf67129c7be5bfec9b7f685808665f2eb2c91a689 (diff)
Fixate Postgres image
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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 4948d32..17987c5 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -156,7 +156,7 @@ jobs:
services:
postgres:
- image: postgres
+ image: postgres:14
ports:
- 4444:5432/tcp
env: