Skip to content

Commit

Permalink
Testing more pypy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-tstpd committed May 14, 2023
1 parent 14882dc commit afd98d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit afd98d6

Please sign in to comment.