Skip to content

Commit 4adb2c3

Browse files
authored
Merge pull request #40 from cisco-en-programmability/develop
Develop
2 parents 5e9599d + d260d59 commit 4adb2c3

90 files changed

Lines changed: 49946 additions & 15855 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/sanity_tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ jobs:
2121
- stable-2.18
2222
- stable-2.19
2323
- devel
24+
include:
25+
- ansible: stable-2.17
26+
python: '3.12'
27+
- ansible: stable-2.18
28+
python: '3.12'
29+
- ansible: stable-2.19
30+
python: '3.12'
31+
- ansible: devel
32+
python: '3.13'
2433
runs-on: ubuntu-22.04
2534
steps:
2635
- name: Check out code
@@ -37,7 +46,7 @@ jobs:
3746
- name: Set up Python
3847
uses: actions/setup-python@v5
3948
with:
40-
python-version: '3.12'
49+
python-version: ${{ matrix.python }}
4150

4251
- name: Install ansible-base (${{ matrix.ansible }})
4352
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check

.github/workflows/sanity_tests_devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: '3.12'
36+
python-version: '3.13'
3737

3838
- name: Install ansible-base (${{ matrix.ansible }})
3939
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check

0 commit comments

Comments
 (0)