Skip to content

Commit

Permalink
Add more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 27, 2024
1 parent cb6c7fc commit 89b1b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
test-python:
strategy:
matrix:
python: ['3.8', '3.9', '3.10']
django: ['2.2', '3.2', '4.1']
python: ['3.8', '3.9', '3.10', '3.11']
django: ['2.2', '3.2', '4.2', '5.0']
name: Test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 89b1b92

Please sign in to comment.