We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7484e14 commit 1c0009bCopy full SHA for 1c0009b
.github/workflows/qemu-kvm-integration-tests.yml
@@ -30,6 +30,7 @@ jobs:
30
# ansible/libdnf5 bug: https://issues.redhat.com/browse/RHELMISC-10110
31
# - { image: "fedora-41", env: "qemu-ansible-core-2.17" }
32
- { image: "fedora-42", env: "qemu-ansible-core-2.19" }
33
+ - { image: "leap-15.6", env: "qemu-ansible-core-2.18" }
34
35
# container
36
- { image: "centos-9", env: "container-ansible-core-2.16" }
@@ -62,6 +63,7 @@ jobs:
62
63
case "$image" in
64
centos-*) platform=el; platform_version=el"${image#centos-}" ;;
65
fedora-*) platform=fedora; platform_version="${image/-/}" ;;
66
+ leap-*) platform=leap; platform_version="${image}" ;;
67
esac
68
supported=
69
if yq -e '.galaxy_info.galaxy_tags[] | select(. == "'${platform_version}'" or . == "'${platform}'")' meta/main.yml; then
0 commit comments