Skip to content

Commit 9c11625

Browse files
committed
ci: update CI workflows and tests for better compatibility
- Update the job name to include Redis version in GitHub Actions workflow Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 574554b commit 9c11625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
include:
3232
- os: ubuntu-latest
3333
go-build: ~/.cache/go-build
34-
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
34+
name: ${{ matrix.os }} @ Go ${{ matrix.go }} and Redis ${{ matrix.redis-version }}
3535
runs-on: ${{ matrix.os }}
3636
env:
3737
GO111MODULE: on

0 commit comments

Comments
 (0)