From 273cb86128d2a05f9eb4509b80d2f89a4ae4d3d4 Mon Sep 17 00:00:00 2001 From: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com> Date: Tue, 18 Oct 2022 17:11:32 +0200 Subject: [PATCH] Use Postgres 14.5 instead of 15 since 15 is not officially supported by Nextcloud --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5f6fd4..597b4c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: services: postgres: - image: postgres + image: postgres:14.5 ports: - 4444:5432/tcp env: