We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdee9ff commit e02bc08Copy full SHA for e02bc08
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
strategy:
48
matrix:
49
python: ["3.9", "3.10", "3.11", "3.12"]
50
- django: ["4.2"]
+ django: ["4.2", "5.0"]
51
database: ["sqlite", "postgres", "mysql"]
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments