From cdf059cc1142aa346247c033d0825891f04aea0d Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 25 Nov 2025 19:38:57 +0900 Subject: chore(dev): use postgresql 18 (#16850) --- .github/workflows/test-backend.yml | 6 +++--- .github/workflows/test-frontend.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index faf53f3b3d..a65b244ba1 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -38,7 +38,7 @@ jobs: services: postgres: - image: postgres:15 + image: postgres:18 ports: - 54312:5432 env: @@ -117,7 +117,7 @@ jobs: services: postgres: - image: postgres:15 + image: postgres:18 ports: - 54312:5432 env: @@ -165,7 +165,7 @@ jobs: services: postgres: - image: postgres:15 + image: postgres:18 ports: - 54312:5432 env: diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index 4d9a475c45..3ccfb7e3e0 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -64,7 +64,7 @@ jobs: services: postgres: - image: postgres:15 + image: postgres:18 ports: - 54312:5432 env: -- cgit v1.2.3-freya