mirror of
https://github.com/gofiber/storage.git
synced 2025-12-18 16:28:22 +08:00
chore: simplify redis version in matrix
This commit is contained in:
6
.github/workflows/test-redis.yml
vendored
6
.github/workflows/test-redis.yml
vendored
@@ -18,8 +18,8 @@ jobs:
|
||||
- 1.23.x
|
||||
- 1.24.x
|
||||
redis:
|
||||
- '6.x'
|
||||
- '7.x'
|
||||
- '6'
|
||||
- '7'
|
||||
steps:
|
||||
- name: Fetch Repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -45,5 +45,5 @@ jobs:
|
||||
|
||||
- name: Run Test
|
||||
env:
|
||||
TEST_REDIS_IMAGE: "docker.io/redis:7"
|
||||
TEST_REDIS_IMAGE: "docker.io/redis:${{ matrix.redis }}"
|
||||
run: cd ./redis && go test ./... -v -race
|
||||
|
||||
Reference in New Issue
Block a user