ci: Use Fedora 41, drop Fedora 39

Fedora 41 is released, and Fedora 39 will soon be unsupported

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson
2024-12-02 13:53:05 -07:00
committed by Richard Megginson
parent 86685b0f5b
commit 0cc6d3d650
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -98,10 +98,10 @@ jobs:
fail-fast: false
matrix:
include:
- platform: Fedora-39
ansible_version: 2.17
- platform: Fedora-40
ansible_version: 2.17
- platform: Fedora-41
ansible_version: 2.17
- platform: CentOS-7-latest
ansible_version: 2.9
- platform: CentOS-Stream-8
+1 -1
View File
@@ -1,4 +1,4 @@
# Contributing to the Aide Linux System Role
# Contributing to the aide Linux System Role
## Where to start
+1 -2
View File
@@ -37,6 +37,5 @@ __aide_rh_distros_fedora: "{{ __aide_rh_distros + ['Fedora'] }}"
__aide_is_rh_distro: "{{ ansible_distribution in __aide_rh_distros }}"
# Use this in conditionals to check if distro is Red Hat or clone, or Fedora
__aide_is_rh_distro_fedora: \
"{{ ansible_distribution in __aide_rh_distros_fedora }}"
__aide_is_rh_distro_fedora: "{{ ansible_distribution in __aide_rh_distros_fedora }}"
# END - DO NOT EDIT THIS BLOCK - rh distros variables