Skip to content

Commit

Permalink
fix:gha
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Sep 26, 2024
1 parent db6acbe commit af4170f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ jobs:
- python-version: "3.12"
redis-image: "valkey/valkey:8.0"
redis-py: "5.0.8"
extra: "lupa"
extra: "lua"
hypothesis: true
- python-version: "3.12"
redis-image: "redis/redis-stack-server:6.2.6-v15"
redis-py: "5.0.8"
extra: "json, bf, lupa, cf"
extra: "json, bf, lua, cf"
hypothesis: true
- python-version: "3.12"
redis-image: "redis/redis-stack-server:7.4.0-v0"
redis-py: "5.0.8"
extra: "json, bf, lupa, cf"
extra: "json, bf, lua, cf"
coverage: true
hypothesis: true

Expand Down

0 comments on commit af4170f

Please sign in to comment.