File tree Expand file tree Collapse file tree 3 files changed +501
-471
lines changed
Expand file tree Collapse file tree 3 files changed +501
-471
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 strategy :
1616 matrix :
1717 versions :
18- - { "djangoVersion": "4.2.16 ", "pythonVersion": "3.10" }
19- - { "djangoVersion": "4.2.16 ", "pythonVersion": "3.11" }
20- - { "djangoVersion": "4.2.16 ", "pythonVersion": "3.12" }
21- - { "djangoVersion": "5.0.9 ", "pythonVersion": "3.10" }
22- - { "djangoVersion": "5.0.9 ", "pythonVersion": "3.11" }
23- - { "djangoVersion": "5.0.9 ", "pythonVersion": "3.12" }
24- poetry-version : ["1.8.3 "]
18+ - { "djangoVersion": "4.2.17 ", "pythonVersion": "3.10" }
19+ - { "djangoVersion": "4.2.17 ", "pythonVersion": "3.11" }
20+ - { "djangoVersion": "4.2.17 ", "pythonVersion": "3.12" }
21+ - { "djangoVersion": "5.0.10 ", "pythonVersion": "3.10" }
22+ - { "djangoVersion": "5.0.10 ", "pythonVersion": "3.11" }
23+ - { "djangoVersion": "5.0.10 ", "pythonVersion": "3.12" }
24+ poetry-version : ["1.8.5 "]
2525 steps :
2626 - name : Checkout 🛎️
2727 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments