Skip to content

Commit

Permalink
[CI] Bump python to 3.10 and ansible to 2.14-16
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Dec 31, 2023
1 parent 20e6831 commit c5ddeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9']
ansible-version: ['2.12', '2.13', '2.14']
python-version: ['3.10']
ansible-version: ['2.14', '2.15', '2.16']

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit c5ddeec

Please sign in to comment.