8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9db6c commit a1696bfCopy full SHA for a1696bf
.github/workflows/integration-tests.yml
@@ -45,11 +45,11 @@ jobs:
45
LDAP_USERS: a
46
LDAP_PASSWORDS: a
47
redis:
48
- image: redis:6.0.0
+ image: redis:6.2.8
49
ports:
50
- 16379:6379
51
redis-cluster:
52
- image: grokzen/redis-cluster:latest
+ image: grokzen/redis-cluster:6.2.8
53
54
- 7000:7000
55
- 7001:7001
@@ -61,7 +61,7 @@ jobs:
61
env:
62
STANDALONE: 1
63
redis-sentinel:
64
- image: bitnami/redis-sentinel:6.0
+ image: bitnami/redis-sentinel:6.2.8
65
66
- 26379:26379
67
0 commit comments