mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-18 00:46:05 +00:00
ci: Add Fedora 43, remove Fedora 41 from Testing Farm CI
Add Fedora 43, remove Fedora 41 from Testing Farm CI Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
c295e5b320
commit
792033b74a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tft.yml
vendored
6
.github/workflows/tft.yml
vendored
|
|
@ -72,8 +72,8 @@ jobs:
|
|||
meta_main=meta/main.yml
|
||||
# All Fedora are supported, add latest Fedora versions to supported_platforms
|
||||
if yq '.galaxy_info.galaxy_tags[]' "$meta_main" | grep -qi fedora$; then
|
||||
supported_platforms+=" Fedora-41"
|
||||
supported_platforms+=" Fedora-42"
|
||||
supported_platforms+=" Fedora-43"
|
||||
fi
|
||||
# Specific Fedora versions supported
|
||||
if yq '.galaxy_info.galaxy_tags[]' "$meta_main" | grep -qiP 'fedora\d+$'; then
|
||||
|
|
@ -98,10 +98,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- platform: Fedora-41
|
||||
ansible_version: 2.17
|
||||
- platform: Fedora-42
|
||||
ansible_version: 2.19
|
||||
- platform: Fedora-43
|
||||
ansible_version: 2.20
|
||||
- platform: CentOS-7-latest
|
||||
ansible_version: 2.9
|
||||
- platform: CentOS-Stream-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue