Skip to content

Commit

Permalink
ci: use redis/redis-stack-server container
Browse files Browse the repository at this point in the history
  • Loading branch information
arusakov committed Oct 14, 2024
1 parent bfd95ea commit 72d92f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
redis:
- image: redis/redis-stack:7.2.0-v12
- image: redis/redis-stack-server:7.2.0-v13
coverage: true
- image: redis:8.0-M01
coverage: false
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

services:
redis:
image: redis/redis-stack:7.2.0-v13
image: redis/redis-stack-server:7.2.0-v13
ports:
- "127.0.0.1:6379:6379"
environment:
Expand Down

0 comments on commit 72d92f9

Please sign in to comment.