diff options
| author | Chayim I. Kirshen <c@kirshen.com> | 2023-05-16 10:35:41 +0300 |
|---|---|---|
| committer | Chayim I. Kirshen <c@kirshen.com> | 2023-05-16 10:35:41 +0300 |
| commit | 1ab0d516f0df65aa0b064f0f0d3f860ca28a87d6 (patch) | |
| tree | a36b59d97a1a146de0d47ffb6d71b75918626c26 /.github | |
| parent | 7da1761bc1906803726f98ddb65cecdf68f1e218 (diff) | |
| download | redis-py-ck-service.tar.gz | |
one more service fixck-service
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/version_coverage.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/version_coverage.yml b/.github/workflows/version_coverage.yml index 40bb249..c738a66 100644 --- a/.github/workflows/version_coverage.yml +++ b/.github/workflows/version_coverage.yml @@ -35,19 +35,6 @@ jobs: python-version: ['3.7', '3.11'] redis-url: ["redis://localhost:6379"] resp: ["2"] - include: - - 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: |
