Skip to content

Commit 3cc032a

Browse files
committed
Use redis:8.2 image in test.yml workflow
1 parent e113888 commit 3cc032a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

8888
services:
8989
redis:
90-
image: redis/redis-stack:8.2-v0
90+
image: redis:8.2
9191
ports:
9292
- 6379:6379
9393
options: >-

0 commit comments

Comments
 (0)