Skip to content

Commit

Permalink
chore:upgrade redis-py
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Apr 23, 2024
1 parent f67cfa8 commit 351f549
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ jobs:
matrix:
redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.2.4" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.3", "5.1.0b4" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.4", "5.1.0b4" ]
include:
- python-version: "3.11"
redis-image: "redis/redis-stack:6.2.6-v13"
redis-py: "5.0.3"
redis-py: "5.0.4"
extra: true # json, bf, lupa, cf
hypothesis: true
- python-version: "3.11"
redis-image: "redis/redis-stack-server:7.2.0-v9"
redis-py: "5.0.3"
redis-py: "5.0.4"
extra: true # json, bf, lupa, cf
coverage: true
hypothesis: true
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 351f549

Please sign in to comment.