summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-10-21 12:48:08 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-21 14:19:07 +0200
commit781fb1a3c53950092bbb767dea3ff4f0925fdc9a (patch)
treecf700a23490cbe451947c49257f1cba6a298783e /.github/workflows/api-integration-tests.yml
parentc69f747fb733ab0fe651ba005db29d0f1ba0be3d (diff)
change postgres image to v14
Postgres v15 is currently not compatabile. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github/workflows/api-integration-tests.yml')
-rw-r--r--.github/workflows/api-integration-tests.yml2
1 files changed, 1 insertions, 1 deletions
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: >-