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 3f42d3b commit 950b6ceCopy full SHA for 950b6ce
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
matrix:
37
python-version: [ '3.10', '3.11', '3.12' ]
38
django-version: [ '5.0.7', '5.1.1' ]
39
- broker: [ 'redis', 'fakeredis' ]
+ broker: [ 'redis', 'fakeredis', 'valkey' ]
40
include:
41
- python-version: '3.12'
42
django-version: '5.1.1'
0 commit comments