Skip to content

Commit bbadd38

Browse files
committed
chore:update test workflow to redis 8rc1
1 parent 41a4d1a commit bbadd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
max-parallel: 8
5353
fail-fast: false
5454
matrix:
55-
redis-image: [ "redis:6.2.17", "redis:7.4.2", "redis:8.0-M04", "valkey/valkey:8.1" ]
55+
redis-image: [ "redis:6.2.17", "redis:7.4.2", "redis:8.0-rc1", "valkey/valkey:8.1" ]
5656
python-version: [ "3.9", "3.12", "3.13" ]
5757
redis-py: [ "4.6.0", "5.0.8", "5.2.1", "5.3.0b5", "6.0.0b2" ]
5858
extra: [ "lua" ]

0 commit comments

Comments
 (0)