File tree Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments