8000 add latest versions to e2e-tests.yml · actions/setup-python@ba0e521 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba0e521

Browse files
committed
add latest versions to e2e-tests.yml
1 parent 7b0299a commit ba0e521

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,40 @@ jobs:
2929
- name: Verify 3.8
3030
run: python __tests__/verify-python.py 3.8
3131

32-
- name: Run with setup-python 3.8.1
32+
- name: Run with setup-python 3.8.10
3333
uses: ./
3434
with:
35-
python-version: 3.8.1
36-
- name: Verify 3.8.1
37-
run: python __tests__/verify-python.py 3.8.1
35+
python-version: 3.8.10
36+
- name: Verify 3.8.10
37+
run: python __tests__/verify-python.py 3.8.10
38+
39+
- name: Run with setup-python 3.9.13
40+
uses: ./
41+
with:
42+
python-version: 3.9.13
43+
- name: Verify 3.9.13
44+
run: python __tests__/verify-python.py 3.9.13
45+
46+
- name: Run with setup-python 3.9.13
47+
uses: ./
48+
with:
49+
python-version: 3.10.11
50+
- name: Verify 3.10.11
51+
run: python __tests__/verify-python.py 3.10.11
52+
53+
- name: Run with setup-python 3.11.9
54+
uses: ./
55+
with:
56+
python-version: 3.11.9
57+
- name: Verify 3.11.9
58+
run: python __tests__/verify-python.py 3.11.9
59+
60+
- name: Run with setup-python 3.12.4
61+
uses: ./
62+
with:
63+
python-version: 3.12.4
64+
- name: Verify 3.12.4
65+
run: python __tests__/verify-python.py 3.12.4
3866

3967
- name: Run with setup-python 3.10
4068
id: cp310

0 commit comments

Comments
 (0)
0