summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2023-12-21 02:29:51 +0100
committerGitHub <noreply@github.com>2023-12-21 10:29:51 +0900
commitd14eb20122411b8ab53920ae9d48580db512650c (patch)
treeab677f05157c890ebb657f9f9d1636d119338f1a /.github
parentchore(QueueProcessorService): show error stack for failures (#12727) (diff)
downloadmisskey-d14eb20122411b8ab53920ae9d48580db512650c.tar.gz
misskey-d14eb20122411b8ab53920ae9d48580db512650c.tar.bz2
misskey-d14eb20122411b8ab53920ae9d48580db512650c.zip
chore(workflows): use postgres 15 everywhere (#12726)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-backend.yml2
-rw-r--r--.github/workflows/test-frontend.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml
index 6e8327ca07..1b0f22c8e9 100644
--- a/.github/workflows/test-backend.yml
+++ b/.github/workflows/test-backend.yml
@@ -17,7 +17,7 @@ jobs:
services:
postgres:
- image: postgres:13
+ image: postgres:15
ports:
- 54312:5432
env:
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml
index e5c461e6d1..18b2a8c202 100644
--- a/.github/workflows/test-frontend.yml
+++ b/.github/workflows/test-frontend.yml
@@ -56,7 +56,7 @@ jobs:
services:
postgres:
- image: postgres:13
+ image: postgres:15
ports:
- 54312:5432
env: