summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim I. Kirshen <c@kirshen.com>2023-05-15 15:06:30 +0300
committerChayim I. Kirshen <c@kirshen.com>2023-05-15 15:06:30 +0300
commite1126a37b510a339fa6c5f3636c07fb9bd6e0d11 (patch)
treeb0f8558c22898c85c1ced2855cbec0c8b042b6c5
parentdf1ba96846f04521645cb88767346b12642d2676 (diff)
downloadredis-py-e1126a37b510a339fa6c5f3636c07fb9bd6e0d11.tar.gz
extending coverage
-rw-r--r--.github/workflows/version_coverage.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/version_coverage.yml b/.github/workflows/version_coverage.yml
index 1f8ff3f..de16d6b 100644
--- a/.github/workflows/version_coverage.yml
+++ b/.github/workflows/version_coverage.yml
@@ -39,7 +39,16 @@ jobs:
- redis-version: 7.0
redis-url: "redis://localhost:6379?protocol=3"
resp: "3"
+ python-version: '3.7'
- redis-version: 7.0
+ redis-url: "redis://localhost:6379?protocol=3"
+ resp: "3"
+ python-version: '3.11'
+ - redis-version: 7.0
+ python-version: '3.7'
+ - redis-version: 7.0
+ python-version: '3.11'
+
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true