Skip to content

Commit

Permalink
Merge pull request #1515 from S-H-GAMELINKS/use/valkey
Browse files Browse the repository at this point in the history
Use Valkey
  • Loading branch information
S-H-GAMELINKS authored Sep 22, 2024
2 parents 63cc980 + 825f483 commit 14d1cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ jobs:
- 5432:5432

redis:
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
image: valkey/valkey:8-alpine
ports:
- 6379:6379

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/test-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ jobs:
- 5432:5432

redis:
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
--health-interval 10ms
--health-timeout 3s
--health-retries 50
image: valkey/valkey:8-alpine
ports:
- 6379:6379

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,7 @@ jobs:
- 5432:5432

redis:
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
--health-interval 10ms
--health-timeout 3s
--health-retries 50
image: valkey/valkey:8-alpine
ports:
- 6379:6379

Expand Down

0 comments on commit 14d1cc0

Please sign in to comment.