Skip to content

Commit

Permalink
Add Django 4.2 to test matrix, remove Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
j4mie committed Jul 17, 2023
1 parent db9aba8 commit 0e8d57d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
django: ["3.2", "4.0", "4.1"]
python: ["3.8", "3.9", "3.10", "3.11"]
django: ["3.2", "4.0", "4.1", "4.2"]
exclude:
- python: "3.6"
django: "4.0"
- python: "3.7"
- python: "3.11"
django: "3.2"
- python: "3.11"
django: "4.0"
- python: "3.6"
django: "4.1"
- python: "3.7"
django: "4.1"

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 0e8d57d

Please sign in to comment.