ci: Add support for Fedora 44 and drop Fedora 42 - use ansible-core 2.21 [citest_skip]

It's time to test with F44 and drop F42.

Use ansible-core 2.21 for testing - this is now the latest stable version.

Deprecate podman 5 install hack in favor of official github action

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson
2026-07-22 16:16:09 -06:00
committed by Richard Megginson
parent a1f4fe279a
commit ce0a62bf1a
5 changed files with 25 additions and 29 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.20.0"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.20.1"
- name: Set up Python
uses: actions/setup-python@v6