Skip to content

Commit 6cb0fb8

Browse files
committed
Add testing strategies to CI matrix
1 parent 482dfe8 commit 6cb0fb8

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)