mirror of
https://github.com/actions/setup-python.git
synced 2025-04-20 03:53:30 +00:00
restored all tests
This commit is contained in:
parent
32dc6a05e5
commit
401fc93a1b
11
.github/workflows/test-pypy.yml
vendored
11
.github/workflows/test-pypy.yml
vendored
@ -18,9 +18,18 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, ubuntu-20.04]
|
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
|
||||||
pypy:
|
pypy:
|
||||||
- 'pypy-2.7'
|
- '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'
|
- 'pypy-2.7-v7.3.4rc1'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user