summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-29 18:05:05 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-29 18:06:13 -0500
commitf5bf4716f4d184b92c72a06619461ebea78817ac (patch)
treeeb09d58b1b1591117de17d8836a0b2f090fe3aec /.github
parent79778c6abf950b42c560bf807ade7bacb346ebd1 (diff)
downloadrequests-cache-f5bf4716f4d184b92c72a06619461ebea78817ac.tar.gz
Run pre-deploy tests for most recent python and requests versions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml6
1 files changed, 5 insertions, 1 deletions
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: