Skip to content

Commit

Permalink
updated ansible-test workflow matrix versions to strings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed May 10, 2024
1 parent 29a2c3e commit ae6f15e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
strategy:
matrix:
version:
- 3.0
- 4.0
- 5.0
- 6.0
- 7.0
- 8.0
- 9.0
- "3.0"
- "4.0"
- "5.0"
- "6.0"
- "7.0"
- "8.0"
- "9.0"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ae6f15e

Please sign in to comment.