mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-23 02:51:47 +02:00
Try adding django 5 to ci/cd
This commit is contained in:
parent
a939d2ff3d
commit
0de74082a3
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
django-version: ["4"]
|
||||
django-version: ["4", "5"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user