Skip to content

Commit bd66878

Browse files
committed
Prevent unintended downgrade and fix the environment matrix
1 parent e1eb71b commit bd66878

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
python-version: "3.11"
3535
sonar: false
3636
junit-xml-upload: false
37-
- env: py310-django5
37+
- env: py310-django4
3838
python-version: "3.10"
3939
sonar: false
4040
junit-xml-upload: false
41-
- env: py311-django5
41+
- env: py311-django4
4242
python-version: "3.11"
4343
sonar: false
4444
junit-xml-upload: false
45-
- env: py312-django5
45+
- env: py312-django4
4646
python-version: "3.12"
4747
sonar: false
4848
junit-xml-upload: false

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# if you are add a new feature which requires dependencies they should be in a separate requirements_<feature>.in file
44
#
55
cryptography
6-
Django>5.2.0,<6.0
6+
Django>=4.2.21,<6.0
77
djangorestframework
88
django-crum
99
inflection

0 commit comments

Comments
 (0)