summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-19 15:15:21 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-19 15:21:26 -0500
commit7dd534fa7a5b98325348d4e26a378259315b4714 (patch)
tree8e85d4ec58c907486f8136ff9a2fc6d3e3ca2c28 /.github
parenta0ac951a90b050a5d48158a9a33cabbc362f70db (diff)
downloadrequests-cache-7dd534fa7a5b98325348d4e26a378259315b4714.tar.gz
Add another requests version to pre-deploy tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 87ac56e..8d51a8d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
python-version: [3.7]
- requests-version: [2.22, 2.23, 2.24, 2.25, latest]
+ requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, latest]
fail-fast: false
services:
nginx: