summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-04-01 06:58:45 -0400
committerGitHub <noreply@github.com>2024-04-01 06:58:45 -0400
commit4d753867799bf323535be4b8a943fbc6c29589f7 (patch)
treee3c9592de3bfcce718f6a05f1d9e40042543c0fb /.github
parentc4edfbea31ca138f8de71a3215906f4e180f2057 (diff)
Add Fedora 40 to CI, packages, and support policy. (#17282)
Diffstat (limited to '.github')
-rw-r--r--.github/data/distros.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 811c78f073..3e3b86429c 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -173,7 +173,7 @@ include:
- &fedora
distro: fedora
- version: "39"
+ version: "40"
support_type: Core
notes: ''
eol_check: true
@@ -182,13 +182,20 @@ include:
dnf remove -y json-c-devel
packages: &fedora_packages
type: rpm
- repo_distro: fedora/39
+ repo_distro: fedora/40
arches:
- x86_64
- aarch64
test:
ebpf-core: true
- <<: *fedora
+ version: "39"
+ packages:
+ <<: *fedora_packages
+ repo_distro: fedora/39
+ test:
+ ebpf-core: true
+ - <<: *fedora
version: "38"
packages:
<<: *fedora_packages