File tree 1 file changed +10
-7
lines changed 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 8
8
fail-fast : false
9
9
matrix :
10
10
python :
11
- - py38
12
- - py310
13
- - py311
11
+ - env : py38
12
+ version : ' 3.8'
13
+ - env : py310
14
+ version : ' 3.10'
15
+ - env : py311
16
+ version : ' 3.11'
14
17
httplib :
15
18
- default
16
19
- fido
17
20
steps :
18
21
- uses : actions/checkout@v2
19
- - uses : actions/setup-python@v2
22
+ - uses : actions/setup-python@v4
20
23
with :
21
- python-version : 3.10
24
+ python-version : ${{ matrix.python.version }}
22
25
- run : pip install tox
23
- - run : tox -e ${{ matrix.python }}-${{ matrix.httplib }}
26
+ - run : tox -e ${{ matrix.python.env }}-${{ matrix.httplib }}
24
27
25
28
misc :
26
29
runs-on : ubuntu-22.04
34
37
- uses : actions/checkout@v2
35
38
- uses : actions/setup-python@v2
36
39
with :
37
- python-version : 3.10
40
+ python-version : ' 3.8 '
38
41
- run : pip install tox
39
42
- run : tox -e ${{ matrix.tox }}
You can’t perform that action at this time.
0 commit comments