Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent adf97cb commit 7469a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

services:
redisv5:
image: redis:5
image: redis:7
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand All @@ -77,7 +77,7 @@ jobs:
- 6379:6379

redisv6:
image: redis:6
image: redis:7
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down

0 comments on commit 7469a7b

Please sign in to comment.