-
Notifications
You must be signed in to change notification settings - Fork 2
Updated testing matrix and added ansible 2.18 and 2.19 #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Ansible testing matrix by adding support for newer Ansible versions (2.18 and 2.19) and removing support for Ansible 2.14. The collection version is bumped from 1.0.3 to 1.1.0, and dependency version constraints are relaxed by removing upper bounds.
Key changes:
- Adds ansible-core 2.18.12 and 2.19.5 to the testing matrix with Python 3.12 on Ubuntu 24.04
- Removes all ansible-core 2.14 test configurations across Python 3.9, 3.10, and 3.11
- Removes upper bound version constraints on ansible.netcommon and ansible.utils dependencies
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| galaxy.yml | Bumps collection version to 1.1.0 and removes upper bound constraints from ansible.netcommon and ansible.utils dependencies |
| .github/matrix.yml | Removes ansible-core 2.14 test entries and adds 2.18.12 and 2.19.5 with Python 3.12 on ubuntu-24.04 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.