mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
redis action setup for 7 is giving errors
https://github.com/shogo82148/actions-setup-redis
This commit is contained in:
2
.github/workflows/test-redis.yml
vendored
2
.github/workflows/test-redis.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Setup Redis
|
||||
uses: shogo82148/actions-setup-redis@v1
|
||||
with:
|
||||
redis-version: 'latest'
|
||||
redis-version: '6.x'
|
||||
auto-start: 'false'
|
||||
redis-port: '6379'
|
||||
redis-tls-port: '6380'
|
||||
|
||||
Reference in New Issue
Block a user