diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 242c41c43..f2dadb5ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: services: postgres: - image: public.ecr.aws/docker/library/postgres:14 + image: public.ecr.aws/docker/library/postgres:16 ports: - 55433:5432 env: diff --git a/tests/compose.yaml b/tests/compose.yaml index 5a3ec245a..108a1f34d 100644 --- a/tests/compose.yaml +++ b/tests/compose.yaml @@ -3,7 +3,7 @@ # services: postgresql: - image: postgres:14 + image: postgres:16 environment: POSTGRES_USER: resolwe POSTGRES_PASSWORD: resolwe