Skip to content

Commit 3b54ff6

Browse files
Updates Docker image to Redis 8 for nightly test run (#96)
1 parent fb4638f commit 3b54ff6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nightly-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
services:
8484
redis:
85-
image: redis/redis-stack-server:latest
85+
image: redis:8
8686
ports:
8787
- 6379:6379
8888

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,4 @@ python-recipes/vector-search/datasets
228228

229229
litellm_proxy.log
230230
litellm_redis.yml
231+
.vscode/

0 commit comments

Comments
 (0)