summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-22 18:09:18 +0200
committerStephen Finucane <stephenfinucane@hotmail.com>2022-05-22 22:24:09 +0100
commit2e807a190431f3f21dd9d147ea27c636df52f61c (patch)
tree31a083c988e037baf0ff74e439144b5714b989ac
parent051114cd70aa356757ca0ced6670c7a6a4e785f7 (diff)
downloadfixtures-git-2e807a190431f3f21dd9d147ea27c636df52f61c.tar.gz
github: Add all pypy3 versions to test matrix
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index af6b81c..91ca779 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-beta - 3.11"]
+ python: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-beta - 3.11", "pypy-3.7", "pypy-3.8", "pypy-3.9"]
steps:
- name: Checkout source code
uses: actions/checkout@v2