Skip to content

Commit

Permalink
Ensure project is tested using Python 3.11 and Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed May 28, 2023
1 parent bba59ff commit 156d63f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ jobs:
3.8,
3.9,
'3.10',
'3.11',
]
django-version: [
"django>=3.2,<4.0",
"django>=4.0,<4.1",
"django>=4.1,<4.2"
"django>=4.1,<4.2",
"django>=4.2,<5.0",
]
db: [
'mysql',
Expand All @@ -56,6 +58,8 @@ jobs:
django-version: "django>=4.0,<4.1"
- python-version: 3.7
django-version: "django>=4.1,<4.2"
- python-version: 3.7
django-version: "django>=4.2,<5.0"

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

0 comments on commit 156d63f

Please sign in to comment.