We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2417b74 commit 1f4b221Copy full SHA for 1f4b221
1 file changed
.github/workflows/tft.yml
@@ -72,8 +72,8 @@ jobs:
72
meta_main=meta/main.yml
73
# All Fedora are supported, add latest Fedora versions to supported_platforms
74
if yq '.galaxy_info.galaxy_tags[]' "$meta_main" | grep -qi fedora$; then
75
- supported_platforms+=" Fedora-41"
76
supported_platforms+=" Fedora-42"
+ supported_platforms+=" Fedora-43"
77
fi
78
# Specific Fedora versions supported
79
if yq '.galaxy_info.galaxy_tags[]' "$meta_main" | grep -qiP 'fedora\d+$'; then
@@ -98,10 +98,10 @@ jobs:
98
fail-fast: false
99
matrix:
100
include:
101
- - platform: Fedora-41
102
- ansible_version: 2.17
103
- platform: Fedora-42
104
ansible_version: 2.19
+ - platform: Fedora-43
+ ansible_version: 2.20
105
- platform: CentOS-7-latest
106
ansible_version: 2.9
107
- platform: CentOS-Stream-8
0 commit comments