Skip to content

Commit 4b0543d

Browse files
authored
attempting to add pypy 3.8 (#2266)
1 parent ae83d40 commit 4b0543d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: install python
27-
uses: actions/setup-python@v3
27+
uses: actions/setup-python@v4
2828
with:
2929
python-version: 3.9
3030
cache: 'pip'
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
max-parallel: 15
4141
matrix:
42-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
42+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8']
4343
test-type: ['standalone', 'cluster']
4444
connection-type: ['hiredis', 'plain']
4545
env:
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: install python
51-
uses: actions/setup-python@v3
51+
uses: actions/setup-python@v4
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
cache: 'pip'

0 commit comments

Comments
 (0)