Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): add ansible 7, 8 to test matrix #151

Merged
merged 4 commits into from
Sep 25, 2023
Merged

Commits on Sep 25, 2023

  1. feat(ci): add ansible 7, 8, 9

    as per https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix, minimum controller python version still is 3.9 at least for the documented 2.15
    
    i couldn't see anything breaking in interest for me in molecule
    i hope my changed deps works as i expect it to (i.e. "if ansible-4, use moleucle == 4.*, otherwhise use >= 5.*" -- didnt want to make it that verbose by adding numbers there too.
    also changed to >= to be always up to date. bit rot checked by CI
    JonasPammer committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    42e872b View commit details
    Browse the repository at this point in the history
  2. chore: fix >=

    JonasPammer committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    28c0146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cea6e5 View commit details
    Browse the repository at this point in the history
  4. chore: negated factor condititions

    i dont like tox's docs much
    JonasPammer committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5b2a96d View commit details
    Browse the repository at this point in the history