Skip to content

Commit 7789b3f

Browse files
authored
Merge pull request #148 from DiffEqML/test-ubuntu22.04-coverage
Add python 3.7 and Ubuntu 22.04 coverage in tests
2 parents e38c6c3 + a76b2be commit 7789b3f

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)