From f5bf4716f4d184b92c72a06619461ebea78817ac Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Wed, 29 Jun 2022 18:05:05 -0500 Subject: Run pre-deploy tests for most recent python and requests versions --- .github/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 680fba5..e3094c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,11 @@ jobs: strategy: matrix: python-version: [3.7] - requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, 2.27, latest] + requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, 2.27, 2.28] + # Run tests for most recent python and requests versions + include: + - python-version: '3.10' + requests-version: latest fail-fast: false services: nginx: -- cgit v1.2.1