From 07507c6ce6b2b97cf5e5f7c59b22cae68efe9f64 Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Tue, 7 Apr 2026 21:46:36 +0200 Subject: [PATCH] build with Postgres 18 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a356bed..4f7d04a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: --health-retries 10 --tmpfs /var/lib/mysql postgres: - image: postgres:17 + image: postgres:18 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -113,7 +113,7 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 - --tmpfs /var/lib/postgresql/data + --tmpfs /var/lib/postgresql mssql: image: mcr.microsoft.com/mssql/server:latest env: