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 ee9ed4d commit 4b508daCopy full SHA for 4b508da
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
image: ${{ matrix.image }}
23
services:
24
valkey:
25
- image: valkey/valkey:8.0
+ image: valkey/valkey:latest
26
ports:
27
- 6379:6379
28
options: --entrypoint valkey-server
0 commit comments