put versions in quotes (#1572)

main
rpkak 3 years ago committed by GitHub
parent 6692587f74
commit d813ea5e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8.3, 3.9, 3.10]
python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"]
redis-version: [3, 4, 5, 6]
redis-py-version: [3.5.0]
@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8.3, 3.9, 3.10]
python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"]
redis-version: [3, 4, 5, 6]
steps:

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8.3, 3.9, 3.10]
python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"]
redis-version: [3, 4, 5, 6]
redis-py-version: [3.5.0]

Loading…
Cancel
Save