File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272 meta_main=meta/main.yml
7373 # All Fedora are supported, add latest Fedora versions to supported_platforms
7474 if yq '.galaxy_info.galaxy_tags[]' "$meta_main" | grep -qi fedora$; then
75- supported_platforms+=" Fedora-41"
7675 supported_platforms+=" Fedora-42"
76+ supported_platforms+=" Fedora-43"
7777 fi
7878 # Specific Fedora versions supported
7979 if yq '.galaxy_info.galaxy_tags[]' "$meta_main" | grep -qiP 'fedora\d+$'; then
@@ -98,10 +98,10 @@ jobs:
9898 fail-fast : false
9999 matrix :
100100 include :
101- - platform : Fedora-41
102- ansible_version : 2.17
103101 - platform : Fedora-42
104102 ansible_version : 2.19
103+ - platform : Fedora-43
104+ ansible_version : 2.20
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