1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 08:05:39 +02:00

fix(ci): use redis 7

This commit is contained in:
syuilo
2023-04-06 10:30:06 +09:00
parent bd142b8fe5
commit fd05826187
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
POSTGRES_DB: test-misskey
POSTGRES_HOST_AUTH_METHOD: trust
redis:
image: redis:6
image: redis:7
ports:
- 56312:6379