Skip to content

Commit

Permalink
Update continuous-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire authored Sep 6, 2024
1 parent b05b598 commit c86ce01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ jobs:
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
django: ['3.2', '4.2', '5.0']
django: ['3.2', '4.2', '5.1']
exclude:
- python: '3.7'
django: '4.2'
- python: '3.7'
django: '5.0'
django: '5.1'
- python: '3.8'
django: '5.0'
django: '5.1'
- python: '3.9'
django: '5.0'
django: '5.1'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c86ce01

Please sign in to comment.