fix redis in ci

This commit is contained in:
cutestnekoaqua 2022-12-14 00:11:09 +01:00
parent 20eee1f83c
commit 5bbf30bc71
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0
2 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ db:
#───┘ Redis configuration └─────────────────────────────────────
redis:
host: localhost
host: redis
port: 6379
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
#pass: example-pass

View file

@ -24,8 +24,6 @@ matrix:
- 19.2.0
DATABASE:
- 12
- 13
- 14
- latest
services:
@ -33,6 +31,8 @@ services:
image: postgres:${DATABASE}
environment:
- POSTGRES_PASSWORD=test
redis:
image: redis
branches:
include: [ master, develop, feature/* ]