Skip to content

Commit 798f9c8

Browse files
committed
fix valkey's image name in CI
1 parent 9ce1b08 commit 798f9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
valkey: 'latest'
6060
- os: ubuntu
6161
pyver: '3.9'
62-
valkey: '5.0.14'
62+
valkey: '7.2.8'
6363
- os: ubuntu
6464
pyver: '3.9'
6565
valkey: 'latest'
6666
ujson: 'ujson'
6767
services:
6868
valkey:
69-
image: valkey:${{ matrix.valkey }}
69+
image: valkey/valkey:${{ matrix.valkey }}
7070
ports:
7171
- 6379:6379
7272
options: >-

0 commit comments

Comments
 (0)