mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
restored all tests
This commit is contained in:
parent
32dc6a05e5
commit
401fc93a1b
1 changed files with 10 additions and 1 deletions
11
.github/workflows/test-pypy.yml
vendored
11
.github/workflows/test-pypy.yml
vendored
|
@ -18,9 +18,18 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-20.04]
|
||||
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
|
||||
pypy:
|
||||
- 'pypy-2.7'
|
||||
- 'pypy-3.6'
|
||||
- 'pypy-3.7'
|
||||
- 'pypy-2.7-v7.3.2'
|
||||
- 'pypy-3.6-v7.3.2'
|
||||
- 'pypy-3.7-v7.3.2'
|
||||
- 'pypy-3.6-v7.3.x'
|
||||
- 'pypy-3.7-v7.x'
|
||||
- 'pypy-3.6-v7.3.3rc1'
|
||||
- 'pypy-3.7-nightly'
|
||||
- 'pypy-2.7-v7.3.4rc1'
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue