From 0b43de4363209c6de2514704736271c977bcc279 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Thu, 7 Jul 2022 09:21:34 +0300 Subject: [PATCH] attempting to add pypy 3.8 --- .github/workflows/integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1174277501..1cce9f3659 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: install python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: 3.9 cache: 'pip' @@ -39,7 +39,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', 'pypy-3.8'] test-type: ['standalone', 'cluster'] connection-type: ['hiredis', 'plain'] env: @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: install python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} cache: 'pip'