diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c1f0b4d..69ed19d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -277,7 +277,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["pypy3.8"] + python-version: ["pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10", "pypy3.11"] outputs: python-key: ${{ steps.generate-python-key.outputs.key }} steps: @@ -321,7 +321,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["pypy3.8"] + python-version: ["pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10", "pypy3.11"] steps: - name: Check out code from GitHub uses: actions/checkout@v2.4.0