Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ include:
####################
# Python 3.9
####################
- &latest-2_14
ansible-core-version: "2.14.17"
runs-on: "ubuntu-22.04"
python-version: "3.9"

- &latest-2_15
ansible-core-version: "2.15.12"
Expand All @@ -24,9 +20,6 @@ include:
# Python 3.10
####################

- <<: *latest-2_14
python-version: "3.10"

- <<: *latest-2_15
python-version: "3.10"

Expand All @@ -44,9 +37,6 @@ include:
# Python 3.11
####################

- <<: *latest-2_14
python-version: "3.11"

- <<: *latest-2_15
python-version: "3.11"

Expand All @@ -67,3 +57,13 @@ include:

- <<: *latest-2_17
python-version: "3.12"

- &latest-2_18
ansible-core-version: "2.18.12"
runs-on: "ubuntu-24.04"
python-version: "3.12"

- &latest-2_19
ansible-core-version: "2.19.5"
runs-on: "ubuntu-24.04"
python-version: "3.12"
6 changes: 3 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace: nokia
name: srlinux

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.3
version: 1.1.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down Expand Up @@ -47,8 +47,8 @@ tags:
# range specifiers can be set and are separated by ','
# fixed dependencies on ansible.netcommon and ansible.utils since newer versions drop support for ansible core 2.14. We can go to the latest version of these deps later
dependencies:
"ansible.netcommon": ">=5.2.0,<=6.1.3"
"ansible.utils": ">=3.0.0,<5.0.0"
"ansible.netcommon": ">=5.2.0"
"ansible.utils": ">=3.0.0"

# The URL of the originating SCM repository
repository: https://github.com/nokia/srlinux-ansible-collection
Expand Down
Loading