Skip to content

Commit

Permalink
chore:add redis-py 5.3.0b3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 20, 2024
1 parent 0ad44e8 commit 494aed5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@ jobs:
matrix:
redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.4.0" ]
python-version: [ "3.9", "3.11", "3.12", "3.13" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.8", "5.2.0" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.8", "5.2.1", "5.3.0b3" ]
include:
- python-version: "3.12"
redis-image: "valkey/valkey:8.0"
redis-py: "5.2.0"
redis-py: "5.2.1"
extra: "lua"
hypothesis: true
- python-version: "3.12"
redis-image: "redis/redis-stack-server:6.2.6-v15"
redis-py: "5.2.0"
redis-py: "5.2.1"
extra: "json, bf, lua, cf"
hypothesis: true
- python-version: "3.12"
redis-image: "redis/redis-stack-server:7.4.0-v0"
redis-py: "5.2.0"
redis-py: "5.2.1"
extra: "json, bf, lua, cf"
coverage: true
hypothesis: true
Expand Down

0 comments on commit 494aed5

Please sign in to comment.