diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97b6676d..7920e9a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: matrix: redis-image: [ "redis:6.2.12", "redis:7.0.11" ] python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] - redis-py: [ "4.3.6", "4.5.5" , "4.6.0", "5.0.0rc1" ] + redis-py: [ "4.3.6", "4.5.5" , "4.6.0", "5.0.0rc2" ] include: - python-version: "3.11" redis-image: "redis:6.2.12"