Skip to content

Commit

Permalink
Use long list format; quote so 3.10 does not round to 3.1 (which then…
Browse files Browse the repository at this point in the history
… errors)
  • Loading branch information
miker985 committed Jan 17, 2024
1 parent 66db4b7 commit 7be5294
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-base-python-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
task:
strategy:
matrix:
py_version: [3.8, 3.9, 3.10, 3.11, 3.12]
py_version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

permissions:
contents: write
Expand Down

0 comments on commit 7be5294

Please sign in to comment.