Skip to content

Commit

Permalink
Also test on PyPy 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord authored and cdce8p committed Mar 7, 2022
1 parent 942246f commit c54ebc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -417,7 +417,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
python-version: ["pypy-3.6"]
python-version: ["pypy-3.6", "pypy-3.7"]
outputs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
Expand Down Expand Up @@ -462,7 +462,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.6"]
python-version: ["pypy-3.6", "pypy-3.7"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.0.0
Expand Down

0 comments on commit c54ebc3

Please sign in to comment.