mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Tests: move integration tests to Django 4.1
This commit is contained in:
18
.github/workflows/integration-test.yml
vendored
18
.github/workflows/integration-test.yml
vendored
@@ -39,15 +39,15 @@ jobs:
|
|||||||
# Live API integration tests are run on only one representative Python/Django version
|
# Live API integration tests are run on only one representative Python/Django version
|
||||||
# combination, to avoid rapidly consuming the testing accounts' entire send allotments.
|
# combination, to avoid rapidly consuming the testing accounts' entire send allotments.
|
||||||
config:
|
config:
|
||||||
- { tox: django40-py310-amazon_ses, python: "3.10" }
|
- { tox: django41-py310-amazon_ses, python: "3.10" }
|
||||||
- { tox: django40-py310-mailgun, python: "3.10" }
|
- { tox: django41-py310-mailgun, python: "3.10" }
|
||||||
- { tox: django40-py310-mailjet, python: "3.10" }
|
- { tox: django41-py310-mailjet, python: "3.10" }
|
||||||
- { tox: django40-py310-mandrill, python: "3.10" }
|
- { tox: django41-py310-mandrill, python: "3.10" }
|
||||||
- { tox: django40-py310-postal, python: "3.10" }
|
- { tox: django41-py310-postal, python: "3.10" }
|
||||||
- { tox: django40-py310-postmark, python: "3.10" }
|
- { tox: django41-py310-postmark, python: "3.10" }
|
||||||
- { tox: django40-py310-sendgrid, python: "3.10" }
|
- { tox: django41-py310-sendgrid, python: "3.10" }
|
||||||
- { tox: django40-py310-sendinblue, python: "3.10" }
|
- { tox: django41-py310-sendinblue, python: "3.10" }
|
||||||
- { tox: django40-py310-sparkpost, python: "3.10" }
|
- { tox: django41-py310-sparkpost, python: "3.10" }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get code
|
- name: Get code
|
||||||
|
|||||||
Reference in New Issue
Block a user