mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 06:26:25 +00:00
Change python version for pypy in workflow files (#259)
This commit is contained in:
parent
d12543aa2a
commit
002b1e4044
2 changed files with 5 additions and 6 deletions
9
.github/workflows/test-pypy.yml
vendored
9
.github/workflows/test-pypy.yml
vendored
|
@ -21,12 +21,11 @@ jobs:
|
||||||
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
|
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-3.7'
|
||||||
- 'pypy-2.7-v7.3.2'
|
- 'pypy-2.7-v7.3.4'
|
||||||
- 'pypy-3.6-v7.3.2'
|
- 'pypy-3.7-v7.3.5'
|
||||||
- 'pypy-3.7-v7.3.2'
|
- 'pypy-3.7-v7.3.4'
|
||||||
- 'pypy-3.6-v7.3.x'
|
- 'pypy-3.7-v7.3.x'
|
||||||
- 'pypy-3.7-v7.x'
|
- 'pypy-3.7-v7.x'
|
||||||
- 'pypy-2.7-v7.3.4rc1'
|
- 'pypy-2.7-v7.3.4rc1'
|
||||||
- 'pypy-3.7-nightly'
|
- 'pypy-3.7-nightly'
|
||||||
|
|
2
.github/workflows/test-python.yml
vendored
2
.github/workflows/test-python.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
|
os: [macos-10.15, windows-latest, ubuntu-18.04, ubuntu-20.04]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue