Skip to content

Commit

Permalink
Merge pull request dabapps#2 from dabapps/django-4.1
Browse files Browse the repository at this point in the history
Add Django 4.1 and Python 3.11 to test matrix, remove Django 2.2 and Python 3.6
  • Loading branch information
j4mie authored Jan 21, 2023
2 parents ec7e699 + e1a90e3 commit a4aaa5b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

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

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

0 comments on commit a4aaa5b

Please sign in to comment.