summaryrefslogtreecommitdiff
path: root/.github/workflows/integration.yaml
diff options
context:
space:
mode:
authorAndrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com>2022-02-23 02:25:54 -0500
committerGitHub <noreply@github.com>2022-02-23 09:25:54 +0200
commit6df1ba3b16aa8f1f930a5224cf911c334d1ba19b (patch)
treebea5bfed1cac44344f51c6df1b5c71b78bb00eee /.github/workflows/integration.yaml
parent4a714aa64036b2a86a3da589b5d7a92a05726477 (diff)
downloadredis-py-6df1ba3b16aa8f1f930a5224cf911c334d1ba19b.tar.gz
Add Python 3.6 back to hash verify CI (#2008)
Diffstat (limited to '.github/workflows/integration.yaml')
-rw-r--r--.github/workflows/integration.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index bfd1841..74b25d6 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -36,7 +36,7 @@ jobs:
strategy:
max-parallel: 15
matrix:
- python-version: ['3.6','3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
+ python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
test-type: ['standalone', 'cluster']
connection-type: ['hiredis', 'plain']
env:
@@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
+ python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
steps:
- uses: actions/checkout@v2
- name: install python ${{ matrix.python-version }}