Skip to content

Commit

Permalink
Don't test on Django 4.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed May 16, 2024
1 parent b637dc0 commit 3297cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
python-version: ["3.10.x", "3.11.x"]
pg-version: ["14", "15"]
django-version: ["4.1.x", "4.2.x", "5.0.x"]
django-version: ["4.2.x", "5.0.x"]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 3297cda

Please sign in to comment.