mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
add latest versions to e2e-tests.yml
This commit is contained in:
parent
2d88f27290
commit
6713381ce4
1 changed files with 32 additions and 4 deletions
36
.github/workflows/e2e-tests.yml
vendored
36
.github/workflows/e2e-tests.yml
vendored
|
@ -29,12 +29,40 @@ jobs:
|
||||||
- name: Verify 3.8
|
- name: Verify 3.8
|
||||||
run: python __tests__/verify-python.py 3.8
|
run: python __tests__/verify-python.py 3.8
|
||||||
|
|
||||||
- name: Run with setup-python 3.8.1
|
- name: Run with setup-python 3.8.10
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
python-version: 3.8.1
|
python-version: 3.8.10
|
||||||
- name: Verify 3.8.1
|
- name: Verify 3.8.10
|
||||||
run: python __tests__/verify-python.py 3.8.1
|
run: python __tests__/verify-python.py 3.8.10
|
||||||
|
|
||||||
|
- name: Run with setup-python 3.9.13
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
python-version: 3.9.13
|
||||||
|
- name: Verify 3.9.13
|
||||||
|
run: python __tests__/verify-python.py 3.9.13
|
||||||
|
|
||||||
|
- name: Run with setup-python 3.9.13
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
python-version: 3.10.11
|
||||||
|
- name: Verify 3.10.11
|
||||||
|
run: python __tests__/verify-python.py 3.10.11
|
||||||
|
|
||||||
|
- name: Run with setup-python 3.11.9
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
python-version: 3.11.9
|
||||||
|
- name: Verify 3.11.9
|
||||||
|
run: python __tests__/verify-python.py 3.11.9
|
||||||
|
|
||||||
|
- name: Run with setup-python 3.12.4
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
python-version: 3.12.4
|
||||||
|
- name: Verify 3.12.4
|
||||||
|
run: python __tests__/verify-python.py 3.12.4
|
||||||
|
|
||||||
- name: Run with setup-python 3.10
|
- name: Run with setup-python 3.10
|
||||||
id: cp310
|
id: cp310
|
||||||
|
|
Loading…
Add table
Reference in a new issue