We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81104e2 commit e7aec19Copy full SHA for e7aec19
.github/workflows/ci.yml
@@ -18,14 +18,24 @@ env:
18
19
jobs:
20
test:
21
- runs-on: ubuntu-18.04
22
-
+ runs-on: ubuntu-20.04
23
strategy:
24
matrix:
25
python-version:
26
- 2.7
27
- 3.6
+ - 3.7
28
+ - 3.8
29
+ - 3.9
30
+ os:
31
+ - centos:7
32
+ - centos:8
33
+ - ubuntu:bionic
34
+ - ubuntu:focal
35
+ - debian:stretch
36
+ - debian:buster
37
38
+ container: ${{ matrix.os }}
39
steps:
40
- name: Setup python ${{ matrix.python-version }}
41
uses: actions/setup-python@v2
0 commit comments