From: Thomas Grainger Date: Sun, 17 Jul 2022 01:55:46 +0000 (+0100) Subject: Add pypy-3.8 to test matrix (#3174) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/33f0d9e79a098442135478b07b182a966f60375e Add pypy-3.8 to test matrix (#3174) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b99f9dd..7b4716c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7", "pypy-3.8"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: