Skip to content

Commit 55ec671

Browse files
committed
Try running tests on valkey.
1 parent 15a5e48 commit 55ec671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
continue-on-error: ${{matrix.experimental}}
1616

1717
services:
18-
redis:
19-
image: redis
18+
valkey:
19+
image: valkey
2020
options: >-
21-
--health-cmd "redis-cli ping"
21+
--health-cmd "valkey-cli ping"
2222
--health-interval 10s
2323
--health-timeout 5s
2424
--health-retries 5

0 commit comments

Comments
 (0)