mirror of
https://github.com/apache/superset.git
synced 2026-04-08 02:45:22 +00:00
chore: Use redis 7 on tests and pin on local dev and non-dev (#22742)
This commit is contained in:
committed by
GitHub
parent
3ed288d4ee
commit
6d37e66cd1
@@ -29,7 +29,7 @@ jobs:
|
||||
ports:
|
||||
- 13306:3306
|
||||
redis:
|
||||
image: redis:5-alpine
|
||||
image: redis:7-alpine
|
||||
options: --entrypoint redis-server
|
||||
ports:
|
||||
- 16379:6379
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
# GitHub action runner's default installations
|
||||
- 15432:5432
|
||||
redis:
|
||||
image: redis:5-alpine
|
||||
image: redis:7-alpine
|
||||
ports:
|
||||
- 16379:6379
|
||||
steps:
|
||||
@@ -156,7 +156,7 @@ jobs:
|
||||
sqlite:///${{ github.workspace }}/.temp/unittest.db
|
||||
services:
|
||||
redis:
|
||||
image: redis:5-alpine
|
||||
image: redis:7-alpine
|
||||
ports:
|
||||
- 16379:6379
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user