Skip to content

Commit

Permalink
Update Django versions and poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Dec 27, 2024
1 parent 0543cda commit bd67441
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
strategy:
matrix:
versions:
- { "djangoVersion": "4.2.16", "pythonVersion": "3.10" }
- { "djangoVersion": "4.2.16", "pythonVersion": "3.11" }
- { "djangoVersion": "4.2.16", "pythonVersion": "3.12" }
- { "djangoVersion": "5.0.9", "pythonVersion": "3.10" }
- { "djangoVersion": "5.0.9", "pythonVersion": "3.11" }
- { "djangoVersion": "5.0.9", "pythonVersion": "3.12" }
poetry-version: ["1.8.3"]
- { "djangoVersion": "4.2.17", "pythonVersion": "3.10" }
- { "djangoVersion": "4.2.17", "pythonVersion": "3.11" }
- { "djangoVersion": "4.2.17", "pythonVersion": "3.12" }
- { "djangoVersion": "5.0.10", "pythonVersion": "3.10" }
- { "djangoVersion": "5.0.10", "pythonVersion": "3.11" }
- { "djangoVersion": "5.0.10", "pythonVersion": "3.12" }
poetry-version: ["1.8.5"]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand Down

0 comments on commit bd67441

Please sign in to comment.