Skip to content

Commit 8d5e7f6

Browse files
committed
Exclude unsupported Python/Django version combinations
1 parent 8d88eb2 commit 8d5e7f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
django: "4.0"
2121
- python: "3.12"
2222
django: "4.0"
23+
- python: "3.8"
24+
django: "5.0"
25+
- python: "3.9"
26+
django: "5.0"
2327
database_url:
2428
- postgres://runner:password@localhost/project
2529
- mysql://root:[email protected]/project

0 commit comments

Comments
 (0)