Skip to content

Commit 6075be7

Browse files
committed
Remove EOL Redis v6.0, add v8.0
1 parent 2108c80 commit 6075be7

File tree

5 files changed

+264
-3
lines changed

5 files changed

+264
-3
lines changed

.github/workflows/test-redis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
matrix:
1818
go-version:
1919
- 1.24.x
20+
- 1.25.x
2021
redis:
21-
- '6'
2222
- '7'
23+
- '8'
2324
steps:
2425
- name: Fetch Repository
2526
uses: actions/checkout@v6

.github/workflows/test-rueidis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
matrix:
1818
go-version:
1919
- 1.24.x
20+
- 1.25.x
2021
redis:
21-
- '6'
2222
- '7'
23+
- '8'
2324
steps:
2425
- name: Fetch Repository
2526
uses: actions/checkout@v6

.github/workflows/test-teshelpers-redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
go-version:
1919
- 1.24.x
2020
redis:
21-
- '6'
2221
- '7'
22+
- '8'
2323
steps:
2424
- name: Fetch Repository
2525
uses: actions/checkout@v6

.github/workflows/test-valkey.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
go-version:
2020
- 1.24.x
21+
- 1.25.x
2122
valkey:
2223
- '7'
2324
- '8'

0 commit comments

Comments
 (0)