chore(dev): use postgresql 18 (#16850)

This commit is contained in:
syuilo
2025-11-25 19:38:57 +09:00
committed by GitHub
parent 0fdd88f38e
commit cdf059cc11
9 changed files with 11 additions and 11 deletions

View File

@@ -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: