Skip to content

Commit 2540abf

Browse files
authored
Update unit_source.yml for ansible-core 2.20
Added support for ansible-core 2.20 and ansible-compat installation.
1 parent 9d34fc8 commit 2540abf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/unit_source.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262
matrix:
6363
ansible-version:
6464
# ansible-core 2.15 reached EOL on November 2024
65-
- stable-2.16
65+
# - stable-2.16
6666
- stable-2.17
6767
- stable-2.18
6868
- stable-2.19
69+
- stable-2.20
6970
- milestone
7071
- devel
7172
python-version:
@@ -106,6 +107,9 @@ jobs:
106107
run: sudo apt update && sudo apt install libssh-dev
107108
if: ${{ matrix.python-version >= 3.12 }}
108109
# extra install step ends
110+
- name: Install ansible-compat, for tests
111+
shell: bash
112+
run: python -m pip install ansible-compat
109113

110114
- name: Install ansible-core (${{ matrix.ansible-version }})
111115
run: python3 -m pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible-version }}.tar.gz --disable-pip-version-check

0 commit comments

Comments
 (0)