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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-17 08:04:53 +0300
committerGitHub <noreply@github.com>2022-10-17 08:04:53 +0300
commit3e505ba06da76d7805b4a46a39bab1307630eb2a (patch)
treeb6aab2cb1a3c46589788e49aef5e21091e3c6338 /.github
parenta847d7ba4457322eb4eb1f91993e5c3582ac0dae (diff)
parent7b70c456218e2eb5bcc5d181a5dcac46cc5f575a (diff)
Merge pull request #8191 from nextcloud/backport/8185/stable25
[stable25] Test against 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 3c52339d5..0eb16db07 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -171,7 +171,7 @@ jobs:
services:
postgres:
- image: postgres
+ image: postgres:14
ports:
- 4444:5432/tcp
env: