Skip to content

Commit

Permalink
Fixed Python Version Mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 committed Jun 1, 2024
1 parent 2d9732e commit 19de2f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/plugins-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
exclude:
- ansible: stable-2.15
python: '3.12'
- ansible: stable-2.16
python: '3.9'
- ansible: devel
python: '3.9'

steps:
- name: Check out code
Expand Down

0 comments on commit 19de2f8

Please sign in to comment.