Skip to content

Commit 0c2f349

Browse files
committed
ci: add env variable and increase coverage of redis
1 parent da59b6f commit 0c2f349

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ on:
77
jobs:
88
test_linux:
99
runs-on: ubuntu-latest
10+
env:
11+
REDIS_HOST: 0.0.0.0
12+
REDIS_PORT: 7007
13+
REDIS_CLUSTER_PORTS: '7000,7001,7002'
1014
strategy:
1115
matrix:
1216
node-version: ["lts/iron", "lts/jod", "latest"]
13-
redis-version: ["latest"]
17+
redis-version: ["6.0.x", "6.2.x", "7.0.x", "7.2.x", "latest"]
1418

1519
services:
1620
redis:

0 commit comments

Comments
 (0)