Skip to content

Commit

Permalink
Tests: move integration tests to Django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medmunds committed Aug 29, 2022
1 parent 3f05623 commit 448e8d9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
# Live API integration tests are run on only one representative Python/Django version
# combination, to avoid rapidly consuming the testing accounts' entire send allotments.
config:
- { tox: django40-py310-amazon_ses, python: "3.10" }
- { tox: django40-py310-mailgun, python: "3.10" }
- { tox: django40-py310-mailjet, python: "3.10" }
- { tox: django40-py310-mandrill, python: "3.10" }
- { tox: django40-py310-postal, python: "3.10" }
- { tox: django40-py310-postmark, python: "3.10" }
- { tox: django40-py310-sendgrid, python: "3.10" }
- { tox: django40-py310-sendinblue, python: "3.10" }
- { tox: django40-py310-sparkpost, python: "3.10" }
- { tox: django41-py310-amazon_ses, python: "3.10" }
- { tox: django41-py310-mailgun, python: "3.10" }
- { tox: django41-py310-mailjet, python: "3.10" }
- { tox: django41-py310-mandrill, python: "3.10" }
- { tox: django41-py310-postal, python: "3.10" }
- { tox: django41-py310-postmark, python: "3.10" }
- { tox: django41-py310-sendgrid, python: "3.10" }
- { tox: django41-py310-sendinblue, python: "3.10" }
- { tox: django41-py310-sparkpost, python: "3.10" }

steps:
- name: Get code
Expand Down

0 comments on commit 448e8d9

Please sign in to comment.