Skip to content

Commit

Permalink
Put versions in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkak committed Oct 7, 2021
1 parent 2b51bb1 commit 95cac67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 95cac67

Please sign in to comment.