Skip to content

Commit d0afd67

Browse files
committed
Add test runs against ubuntu-18.04 and macos-11.0.
1 parent 1f5a712 commit d0afd67

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ jobs:
1313
runs-on: ${{matrix.os}}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest, windows-latest]
17-
python-version: [3.7, 3.8, 3.9]
16+
os:
17+
- ubuntu-20.04
18+
- ubuntu-18.04
19+
- macos-11.0
20+
- macos-10.15
21+
- windows-2019
22+
python-version:
23+
- "3.9"
24+
- "3.8"
25+
- "3.7"
1826
steps:
1927
- uses: actions/[email protected]
2028
- name: Set up Python ${{matrix.python-version}}

changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ChangeLog
77

88
.. note:: This version is not yet released and is under active development
99

10+
* Add test runs against new OSes and distributions: ``ubuntu-18.04`` and
11+
``macos-11.0``.
12+
1013

1114
`6.0.2 (2020-11-05) <https://github.com/kdeldycke/mail-deduplicate/compare/v6.0.1...v6.0.2>`_
1215
---------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)