We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb8867 commit e8f32b5Copy full SHA for e8f32b5
.github/workflows/test.yml
@@ -38,18 +38,18 @@ jobs:
38
max-parallel: 6
39
matrix:
40
python-version: [ '3.11', '3.12', '3.13' ]
41
- django-version: [ '5.1.8', '5.2' ]
+ django-version: [ '5.2.4' ]
42
broker: [ 'redis', 'fakeredis', 'valkey' ]
43
include:
44
- python-version: '3.13'
45
- django-version: '5.2'
+ django-version: '5.2.4'
46
broker: 'redis'
47
coverage: yes
48
permissions:
49
pull-requests: write
50
services:
51
redis:
52
- image: redis:7.2.2
+ image: redis:8.0.0
53
ports:
54
- 6379:6379
55
options: >-
0 commit comments