Skip to content

Commit

Permalink
test: add additional ansible versions to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjahns committed Apr 24, 2024
1 parent 8aabe2e commit 58bb953
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ANSIBLE=
3.4: ansible34
4.10: ansible410
5.10: ansible510
6.6: ansible66
6.7: ansible67

[testenv]
passenv = GH_*, DOCKER_HOST, MOLECULE_*, OBJC_DISABLE_INITIALIZE_FORK_SAFETY
Expand All @@ -33,6 +33,9 @@ deps =
ansible34: ansible-compat<3
ansible410: ansible<4.11
ansible510: ansible<5.11
ansible66: ansible<6.7
ansible67: ansible<6.8
ansible77: ansible<7.8
ansible87: ansible<8.8
ansible94: ansible<9.5
commands =
{posargs:molecule test --all --destroy always}

0 comments on commit 58bb953

Please sign in to comment.