Skip to content

Commit

Permalink
Merge pull request #42 from mila-iqia/ci/35
Browse files Browse the repository at this point in the history
Test latest Ansible 10 and 11 (8 and 9 are EOL)
  • Loading branch information
btravouillon authored Feb 8, 2025
2 parents b4569ea + a17a292 commit cb0c265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:

license: MIT

min_ansible_version: "2.15"
min_ansible_version: "2.17"

# If this a Container Enabled role, provide the minimum Ansible Container version.
# min_ansible_container_version:
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = ansible{8,9}
envlist = ansible{10,11}
skipsdist = true

[testenv]
Expand All @@ -11,11 +11,10 @@ passenv =
PY_COLORS
ANSIBLE_FORCE_COLOR
deps =
ansible8: ansible>=8.0,<9.0
ansible9: ansible>=9.0,<10.0
ansible10: ansible>=10.0,<11.0
ansible11: ansible>=11.0,<12.0
jmespath
molecule
molecule-plugins[docker]
commands =
ansible-galaxy collection install community.docker==3.10.2
molecule test

0 comments on commit cb0c265

Please sign in to comment.