Skip to content

Commit 25877ba

Browse files
committed
CHANGE: Downgrade Django version for tests (old LTS)
1 parent 41dd079 commit 25877ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
PIP_NO_PYTHON_VERSION_WARNING: 1
7070
PIP_DISABLE_PIP_VERSION_CHECK: 1
71-
DJANGO_VERSION: '5.2.7'
71+
DJANGO_VERSION: '4.2.16'
7272
steps:
7373
- name: Start MySQL
7474
run: |

0 commit comments

Comments
 (0)