Skip to content

Commit

Permalink
ci: fix key python-version for 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Jul 15, 2024
1 parent fceb7ce commit b06bb72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ jobs:
ansible-version: '9.7.0'

# python 3.12
- python-version: '3.11'
- python-version: '3.12'
ansible-version: '6.7.0'
- python-version: '3.11'
- python-version: '3.12'
ansible-version: '7.7.0'
- python-version: '3.11'
- python-version: '3.12'
ansible-version: '8.7.0'
- python-version: '3.11'
- python-version: '3.12'
ansible-version: '9.7.0'

steps:
Expand Down

0 comments on commit b06bb72

Please sign in to comment.