From b07fa6abe2fa9be395b08cf04b451e0ae91e3acf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 03:18:00 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- .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 96d692f..91ea9d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: ports: - 3306:3306 postgres: - image: postgres:16 + image: postgres:18 env: POSTGRES_PASSWORD: postgres POSTGRES_DB: eventlite_test