From 781fb1a3c53950092bbb767dea3ff4f0925fdc9a Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 21 Oct 2022 12:48:08 +0200 Subject: change postgres image to v14 Postgres v15 is currently not compatabile. Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 5e3cfa03b..4d8615f36 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -16,7 +16,7 @@ jobs: name: "Integration: Nextcloud ${{ matrix.nextcloud }} - PHP ${{ matrix.php-versions }} - DB ${{ matrix.database }}" services: postgres: - image: postgres + image: postgres:14 env: POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }} options: >- -- cgit v1.2.3