Skip to content

Commit bd35b80

Browse files
committed
ci: test against Redis 8 in CI workflow
- Add Redis version 8 to the test matrix in the GitHub Actions workflow Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 217d520 commit bd35b80

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
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
os: [ubuntu-latest]
3030
go: [1.23, 1.24, 1.25]
31-
redis-version: [6, 7]
31+
redis-version: [6, 7, 8]
3232
include:
3333
- os: ubuntu-latest
3434
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)