Skip to content

Commit a4004b9

Browse files
committed
ci: Use Fedora 41, drop Fedora 39 - part two
Fedora 41 is released, and Fedora 39 will soon be unsupported Part two - first part did not work Signed-off-by: Rich Megginson <[email protected]>
1 parent 1ea815b commit a4004b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
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-39"
7675
supported_platforms+=" Fedora-40"
76+
supported_platforms+=" Fedora-41"
7777
fi
7878
# Specific Fedora versions supported
7979
if yq '.galaxy_info.galaxy_tags[]' "$meta_main" | grep -qiP 'fedora\d+$'; then

0 commit comments

Comments
 (0)