Skip to content

Commit

Permalink
Update build matrices (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
knyghty authored Dec 24, 2021
1 parent 21369e0 commit 1305eb8
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
django-version: ["3.1", "3.2"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
django-version: ["3.2", "4.0"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
exclude:
- python-version: 3.7
django-version: 4.0
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand All @@ -72,8 +75,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
django-version: ["2.2", "3.1", "3.2"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
django-version: ["2.2", "3.2", "4.0"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
exclude:
- python-version: 3.7
django-version: 4.0
services:
postgres:
image: postgres:12
Expand Down Expand Up @@ -103,8 +109,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
django-version: ["3.1", "3.2"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
django-version: ["3.2", "4.0"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
exclude:
- python-version: 3.7
django-version: 4.0
services:
mysql:
image: mysql
Expand Down Expand Up @@ -134,8 +143,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
django-version: ["3.1", "3.2"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
django-version: ["3.2", "4.0"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
exclude:
- python-version: 3.7
django-version: 4.0
services:
mariadb:
image: mariadb
Expand Down

0 comments on commit 1305eb8

Please sign in to comment.