From df6825547f6e70f6e5786dd82f55833e33bb225c 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 5db00c4c..b1093891 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: