Skip to content

Commit f15a85b

Browse files
committed
Add security supported versions to testing matrix
1 parent 4256f9b commit f15a85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
strategy:
149149
fail-fast: false
150150
matrix:
151-
redis: ["7.0", "6.2", "6.0", "5.0"]
151+
redis: ["8.2", "8.0", "7.4", "7.2", "7.0", "6.2", "6.0", "5.0"]
152152
runs-on: ubuntu-latest
153153
env:
154154
LOW_TIMEOUT: "0.14"

0 commit comments

Comments
 (0)