From 448e8d9d9509044f7d3a91318c3b45769b5a593a Mon Sep 17 00:00:00 2001 From: medmunds Date: Mon, 29 Aug 2022 13:15:51 -0700 Subject: [PATCH] Tests: move integration tests to Django 4.1 --- .github/workflows/integration-test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 13e6e08..edcd51a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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