File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [ master ]
66 pull_request :
7- branches : [ master ]
87
98 workflow_dispatch :
109
1110jobs :
12- test :
11+ test-netflow :
1312 runs-on : ubuntu-20.04
13+ strategy :
14+ matrix :
15+ python :
16+ - " 3.5.3" # Debian Stretch
17+ - " 3.7.3" # Debian Buster
18+ - " 3.9.3" # Debian Bullseye
19+ - " 3.11.1" # Debian Bookworm
1420 steps :
15- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
16- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
1722
18- - name : Set up Python 3.5.3
19- uses : gabrielfalcao/pyenv-action@v7
23+ - name : Set up Python with pyenv
24+ uses : gabrielfalcao/pyenv-action@v11
2025 with :
21- default : ' 3.5.3 ' # Debian Stretch (oldoldstable)
26+ default : " ${{ matrix.python }} "
2227
2328 - name : Run Python unittests
2429 run : python3 -m unittest
You can’t perform that action at this time.
0 commit comments