Remove max-parallel restriction from the build matrix

This commit is contained in:
Aleksi Häkli 2021-01-05 16:29:09 +02:00
parent c998e7a595
commit bc7be704c6

View file

@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
django-version: ['2.2', '3.0', '3.1', 'dev']