Skip to content

Commit

Permalink
[ignore] Remove 2.14 version from testing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akinross authored and lhercot committed Jun 12, 2024
1 parent f42f5a9 commit 75936b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansible: [v2.14.16, v2.15.11, v2.16.6, stable-2.16, stable-2.17]
ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17]
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansible: [v2.14.16, v2.15.11, v2.16.6, stable-2.16, stable-2.17]
ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17]
steps:
- name: Set up Python ${{ env.python_version }}
uses: actions/setup-python@v5
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansible: [v2.14.16, v2.15.11, v2.16.6, stable-2.16, stable-2.17]
ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17]
steps:
- name: Set up Python ${{ env.python_version }}
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'
plugin_routing:
modules:
mso_schema_template_externalepg:
Expand Down

0 comments on commit 75936b5

Please sign in to comment.