File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments