mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 09:03:46 +00:00
Modified workflows to enhance the testing in accordance with latest changes
This commit is contained in:
parent
d1c8c01178
commit
7234b81688
5 changed files with 135 additions and 40 deletions
10
.github/workflows/e2e-cache.yml
vendored
10
.github/workflows/e2e-cache.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.10', 'pypy-3.10-v7.x']
|
||||
python-version: ['3.10', 'pypy-3.10-v7.x', '3.9', 'pypy-3.9-v7.x']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.10', 'pypy-3.10-v7.x']
|
||||
python-version: ['3.10', 'pypy-3.10-v7.x', '3.9', 'pypy-3.9-v7.x']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.10', 'pypy-3.10']
|
||||
python-version: ['3.10', 'pypy-3.10', '3.9', 'pypy-3.9-v7.x']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install poetry
|
||||
|
@ -98,7 +98,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.10', 'pypy-3.10-v7.x']
|
||||
python-version: ['3.10', 'pypy-3.10-v7.x', '3.9', 'pypy-3.9-v7.x']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
@ -117,7 +117,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.10', 'pypy-3.10-v7.x']
|
||||
python-version: ['3.10', 'pypy-3.10-v7.x', '3.9', 'pypy-3.9-v7.x']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue