From f0d4909272eb64649bda6ae68cc806db241073ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:25:18 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18 --- .github/workflows/analysis-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index b6bb4afc38c..57a615da014 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -21,7 +21,7 @@ jobs: services: postgres: - image: postgres:14 + image: postgres:18 env: POSTGRES_USER: postgres POSTGRES_DB: nextcloudappstore