Skip to content

Commit

Permalink
chore:update test to redis-py 5rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jul 16, 2023
1 parent 4f99350 commit 5cde5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5cde5e7

Please sign in to comment.