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:
29
29
- name : Verify 3.8
30
30
run : python __tests__/verify-python.py 3.8
31
31
32
- - name : Run with setup-python 3.8.1
32
+ - name : Run with setup-python 3.8.10
33
33
uses : ./
34
34
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
38
66
39
67
- name : Run with setup-python 3.10
40
68
id : cp310
You can’t perform that action at this time.
0 commit comments