Update test_outdated_versions.yml (#4945)

This commit is contained in:
Bert Blommers 2022-03-18 10:17:21 -01:00 committed by GitHub
parent 96c9391beb
commit 98a73814b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.10" ]
responses-version: ["0.11.0", "0.12.0", "0.13.0", "0.15.0", "0.17.0" ]
python-version: [ "3.10" ]
responses-version: ["0.11.0", "0.12.0", "0.13.0", "0.15.0", "0.17.0", "0.19.0" ]
mock-version: [ "3.0.5", "4.0.0", "4.0.3" ]
steps: