This commit is contained in:
2026-04-28 02:31:41 +09:30
parent 3a9687fac4
commit 1682fda5e7
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ build:java:
stage: build
image: eclipse-temurin:21-jdk
services:
- postgres:16-alpine
- postgres:17-alpine
variables:
POSTGRES_DB: mtgsearch_build
POSTGRES_USER: postgres
@@ -69,7 +69,7 @@ test:integration:
stage: test
image: eclipse-temurin:21-jdk
services:
- postgres:16-alpine
- postgres:17-alpine
variables:
POSTGRES_DB: mtgsearch_test
POSTGRES_USER: postgres