Skip to content

Commit

Permalink
chore: bump min ansible-core to 2.15 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
alperenkose authored Aug 8, 2024
1 parent c64cd79 commit 7f84b21
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 117 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
strategy:
matrix:
include:
- ansible: "2.14"
python_ver: "3.11"
- ansible: "2.15"
python_ver: "3.11"
- ansible: "2.16"
python_ver: "3.11"
- ansible: "2.17"
python_ver: "3.11"
runs-on: ubuntu-latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Tested Ansible Versions
-----------------------

This collection is tested with the most current Ansible releases. Ansible versions
before 2.14 are **not supported**.
before 2.15 are **not supported**.

Python Version
--------------
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:
panos_admin:
Expand Down
113 changes: 0 additions & 113 deletions tests/sanity/ignore-2.14.txt

This file was deleted.

File renamed without changes.

0 comments on commit 7f84b21

Please sign in to comment.