summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9091d72..680fba5 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -23,13 +23,13 @@ env:
STRESS_TEST_MULTIPLIER: 5
jobs:
- # Run tests for all supported requests versions
+ # Run tests for all supported requests versions and minimum supported python version
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
- requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, latest]
+ requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, 2.27, latest]
fail-fast: false
services:
nginx: