Skip to content

Commit a76b2be

Browse files
authored
Add python 3.7 and Ubuntu 22.04 coverage in tests
1 parent e38c6c3 commit a76b2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/os-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
max-parallel: 15
1010

1111
matrix:
12-
os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
13-
python-version: [3.8, 3.9]
12+
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-latest]
13+
python-version: [3.7, 3.8, 3.9]
1414
exclude:
1515
# temporary exclusion until py3.8 deps work on Windows
1616
- python-version: 3.7

0 commit comments

Comments
 (0)