summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-11-25 19:38:57 +0900
committerGitHub <noreply@github.com>2025-11-25 19:38:57 +0900
commitcdf059cc1142aa346247c033d0825891f04aea0d (patch)
treec8c83bc9dfb62d50cf22789b6e265c8842860f77 /.github/workflows
parentfix(deps): update [frontend] update dependencies [ci skip] (#16802) (diff)
downloadmisskey-cdf059cc1142aa346247c033d0825891f04aea0d.tar.gz
misskey-cdf059cc1142aa346247c033d0825891f04aea0d.tar.bz2
misskey-cdf059cc1142aa346247c033d0825891f04aea0d.zip
chore(dev): use postgresql 18 (#16850)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test-backend.yml6
-rw-r--r--.github/workflows/test-frontend.yml2
2 files changed, 4 insertions, 4 deletions
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: