Skip to content

Commit e1dad6b

Browse files
authored
Merge pull request #79 from MrMino/more-tests
Add testing strategies to CI matrix
2 parents 482dfe8 + 6cb0fb8 commit e1dad6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
# These versions match the minimum and maximum versions of pip in
2323
# requirements.txt.
2424
# An empty string here represents the latest version.
25-
pip-version: ['==10.0.1', '']
26-
python-version: [3.6, 3.7, 3.8]
25+
pip-version: ['==10.0.1', '==21.2.4', '']
26+
python-version: [3.6, 3.7, 3.8, 3.9]
2727

2828
steps:
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)