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 9ce1b08 commit 89e28b1Copy full SHA for 89e28b1
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
ujson: 'ujson'
67
services:
68
valkey:
69
- image: valkey:${{ matrix.valkey }}
+ image: valkey/valkey:${{ matrix.valkey }}
70
ports:
71
- 6379:6379
72
options: >-
0 commit comments