diff options
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r-- | .github/data/distros.yml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml index 2c5569bff..73cb488ab 100644 --- a/.github/data/distros.yml +++ b/.github/data/distros.yml @@ -174,7 +174,7 @@ include: - &fedora distro: fedora - version: "40" + version: "41" support_type: Core notes: '' eol_check: true @@ -183,7 +183,7 @@ include: dnf remove -y json-c-devel packages: &fedora_packages type: rpm - repo_distro: fedora/40 + repo_distro: fedora/41 builder_rev: *def_builder_rev arches: - x86_64 @@ -191,6 +191,13 @@ include: test: ebpf-core: true - <<: *fedora + version: "40" + packages: + <<: *fedora_packages + repo_distro: fedora/40 + test: + ebpf-core: true + - <<: *fedora version: "39" packages: <<: *fedora_packages @@ -304,6 +311,11 @@ include: test: ebpf-core: true - <<: *ubuntu + version: "24.10" + packages: + <<: *ubuntu_packages + repo_distro: ubuntu/oracular + - <<: *ubuntu version: "22.04" packages: <<: *ubuntu_packages |