File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed
Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3232 - name : Install tox, tox-lsr
3333 run : |
3434 set -euxo pipefail
35- pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.10 .0"
35+ pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.11 .0"
3636
3737 - name : Convert role to collection format
3838 id : collection
Original file line number Diff line number Diff line change 3030 - name : Install tox, tox-lsr
3131 run : |
3232 set -euxo pipefail
33- pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.10 .0"
33+ pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.11 .0"
3434
3535 - name : Run ansible-plugin-scan
3636 run : |
Original file line number Diff line number Diff line change 3333 - name : Install tox, tox-lsr
3434 run : |
3535 set -euxo pipefail
36- pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.10 .0"
36+ pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.11 .0"
3737
3838 - name : Convert role to collection format
3939 run : |
Original file line number Diff line number Diff line change 2929 os : ubuntu-latest
3030 - ver : " 3.12"
3131 os : ubuntu-latest
32+ - ver : " 3.13"
33+ os : ubuntu-latest
3234 runs-on : ${{ matrix.pyver_os.os }}
3335 steps :
3436 - name : Update git
6567 tox=tox
6668 virtualenv=virtualenv
6769 fi
68- pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@3.10 .0"
70+ pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@3.11 .0"
6971 # If you have additional OS dependency packages e.g. libcairo2-dev
7072 # then put them in .github/config/ubuntu-requirements.txt, one
7173 # package per line.
Original file line number Diff line number Diff line change 2929 - { image: "centos-10", env: "qemu-ansible-core-2.17" }
3030 # ansible/libdnf5 bug: https://issues.redhat.com/browse/RHELMISC-10110
3131 # - { image: "fedora-41", env: "qemu-ansible-core-2.17" }
32- - { image: "fedora-42", env: "qemu-ansible-core-2.17 " }
32+ - { image: "fedora-42", env: "qemu-ansible-core-2.19 " }
3333
3434 # container
3535 - { image: "centos-9", env: "container-ansible-core-2.16" }
@@ -105,7 +105,7 @@ jobs:
105105 python3 -m pip install --upgrade pip
106106 sudo apt update
107107 sudo apt install -y --no-install-recommends git ansible-core genisoimage qemu-system-x86
108- pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.10 .0"
108+ pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.11 .0"
109109
110110 # HACK: Drop this when moving this workflow to 26.04 LTS
111111 - name : Update podman to 5.x for compatibility with bootc-image-builder's podman 5
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 - platform : Fedora-41
102102 ansible_version : 2.17
103103 - platform : Fedora-42
104- ansible_version : 2.17
104+ ansible_version : 2.19
105105 - platform : CentOS-7-latest
106106 ansible_version : 2.9
107107 - platform : CentOS-Stream-8
You can’t perform that action at this time.
0 commit comments