File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 runs-on : macos-latest
180180 strategy :
181181 matrix :
182- python : ['3.8']
182+ python : ['3.7', '3. 8']
183183 steps :
184184 - uses : actions/checkout@v2
185185 - uses : docker-practice/actions-setup-docker@v1
@@ -275,8 +275,13 @@ jobs:
275275 runs-on : ${{ matrix.os }}
276276 strategy :
277277 matrix :
278- os : [ubuntu-20.04]
279- python : ['3.8']
278+ os : [ubuntu-18.04, ubuntu-20.04]
279+ python : ['3.7', '3.8']
280+ exclude :
281+ - os : ubuntu-18.04
282+ python : ' 3.8'
283+ - os : ubuntu-20.04
284+ python : ' 3.7'
280285 steps :
281286 - uses : actions/checkout@v2
282287 - uses : actions/download-artifact@v1
@@ -370,7 +375,7 @@ jobs:
370375 runs-on : windows-latest
371376 strategy :
372377 matrix :
373- python : ['3.8']
378+ python : ['3.7', '3. 8']
374379 steps :
375380 - uses : actions/checkout@v2
376381 - uses : actions/download-artifact@v1
You can’t perform that action at this time.
0 commit comments