diff --git a/.config/ci.yml b/.config/ci.yml index 2736a35f6..0f5be623b 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -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 diff --git a/.woodpecker/commit.yml b/.woodpecker/commit.yml index 9605dd38f..0bbd88c4b 100644 --- a/.woodpecker/commit.yml +++ b/.woodpecker/commit.yml @@ -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/* ]