Skip to content

Commit

Permalink
ci: stringify all versions
Browse files Browse the repository at this point in the history
Keep it consistent and clear for future additions/removals.

Signed-off-by: Erik Larsson <[email protected]>
  • Loading branch information
whooo authored and William Roberts committed Apr 19, 2022
1 parent 692de66 commit 707c23f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
tss-version: [master, 2.4.0, 2.4.6, 3.0.0, 3.0.3, 3.1.0]
python-version: ['3.7', '3.8', '3.9', '3.10']
tss-version: ['master', '2.4.0', '2.4.6', '3.0.0', '3.0.3', '3.1.0']
with-fapi: [true]
include:
- python-version: 3.9
tss-version: 3.1.0
- python-version: '3.9'
tss-version: '3.1.0'
with-fapi: false


Expand Down

0 comments on commit 707c23f

Please sign in to comment.