Skip to content

Commit

Permalink
Increased upper Ansible test range to Ansible 7.3.0 (#326)
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 19, 2023
1 parent 40d9e4c commit ef60d0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
architecture:
- amd64
ansible-version:
- '6.7.0' # max-ansible-test-version
- '7.3.0' # max-ansible-test-version
molecule-scenario:
- ubuntu-min-java-max-lts-online
# - ubuntu-min-java-max-non-lts-online
Expand All @@ -43,10 +43,10 @@ jobs:
ansible-version: '5.10.0' # min-ansible-test-version
molecule-scenario: ubuntu-min-java-min-online
- architecture: arm64
ansible-version: '6.7.0' # max-ansible-test-version
ansible-version: '7.3.0' # max-ansible-test-version
molecule-scenario: debian-min-java-min-online
- architecture: arm64
ansible-version: '6.7.0' # max-ansible-test-version
ansible-version: '7.3.0' # max-ansible-test-version
molecule-scenario: debian-min-java-max-lts-online

env:
Expand All @@ -59,7 +59,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.7.0
7.3.0
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 ef60d0f

Please sign in to comment.