Skip to content

Commit 5adbedf

Browse files
authored
Merge pull request #609 from anajavi/chore/grokzen
Fix CI by using pinned version of redis-cluster
2 parents 938fc71 + 90ed7f2 commit 5adbedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ports:
1616
- 6379:6379
1717
redis-cluster:
18-
image: grokzen/redis-cluster:latest
18+
image: grokzen/redis-cluster:7.0.10
1919
ports:
2020
- 7006:7000
2121
- 7001:7001

0 commit comments

Comments
 (0)