CI: Only test redis-py 3.5.0 (#1294)

Only test on major versions to reduce number of tests.

Signed-off-by: Paul Spooren <mail@aparcar.org>
main
Paul Spooren 5 years ago committed by GitHub
parent 8904757d7e
commit 2775185374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ jobs:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
redis-version: [3, 4, 5, 6]
redis-py-version: [3.5.0, 3.5.3]
redis-py-version: [3.5.0]
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save