Skip to content

Commit

Permalink
Increased upper Ansible test range to Ansible 7.3.0 (#349)
Browse files Browse the repository at this point in the history
Ensure this role works with Ansible 7.3.0.
  • Loading branch information
freemanjp authored Mar 25, 2023
1 parent c0452dd commit 23f83c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

matrix:
ansible-version:
- '6.4.0' # max-ansible-test-version
- '7.3.0' # max-ansible-test-version
molecule-scenario:
- ultimate
- rocky
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'

- name: Cache Molecule
id: molecule-cache
Expand Down
2 changes: 1 addition & 1 deletion .moleculew/ansible_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.3.0
2 changes: 1 addition & 1 deletion .moleculew/molecule_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.4
2 changes: 1 addition & 1 deletion .moleculew/python_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.10
3.9.5

0 comments on commit 23f83c1

Please sign in to comment.