From afd98d6c7f110649ea7606447573327fb5b1dc7b Mon Sep 17 00:00:00 2001 From: Carl Crowder Date: Sun, 14 May 2023 20:02:40 +0700 Subject: [PATCH] Testing more pypy versions --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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