davidyaha / graphql-redis-subscriptions

A graphql subscriptions implementation using redis and apollo's graphql-subscriptions
MIT License
1.11k stars 125 forks source link

Fix CI by using pinned version of redis-cluster #609

Closed anajavi closed 4 months ago

anajavi commented 4 months ago

The grokzen/redis-cluster:latest image is not latest: https://github.com/Grokzen/docker-redis-cluster/issues/162.

This PR pins the version to 7.0.10, which is currently the latest.