Add Fedora 40 to CI, packages, and support policy. (#17282)
Austin S. Hemmelgarn committed
Apr 1, 2024 at 06:58 UTC
4d753867799bf323535be4b8a943fbc6c29589f7
2 files changed
+10
-3
.github/data/distros.yml
+9
-2
@@ -173,7 +173,7 @@ include:
173
174
- &fedora
175
distro: fedora
176
- version: "39"
176
+ version: "40"
177
support_type: Core
178
notes: ''
179
eol_check: true
@@ -182,12 +182,19 @@ include:
182
dnf remove -y json-c-devel
183
packages: &fedora_packages
184
type: rpm
185
- repo_distro: fedora/39
185
+ repo_distro: fedora/40
186
arches:
187
- x86_64
188
- aarch64
189
test:
190
ebpf-core: true
191
+ - <<: *fedora
192
+ version: "39"
193
+ packages:
194
+ <<: *fedora_packages
195
+ repo_distro: fedora/39
196
+ test:
197
+ ebpf-core: true
198
- <<: *fedora
199
version: "38"
200
packages:
packaging/PLATFORM_SUPPORT.md
+1
-1
@@ -68,9 +68,9 @@ to work on these platforms with minimal user effort.
68
| Debian | 12.x | x86\_64, i386, ARMv7, AArch64 | |
69
| Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | |
70
| Debian | 10.x | x86\_64, i386, ARMv7, AArch64 | |
71
+| Fedora | 40 | x86\_64, AArch64 | |
72
| Fedora | 39 | x86\_64, AArch64 | |
73
| Fedora | 38 | x86\_64, AArch64 | |
73
-| Fedora | 37 | x86\_64, AArch64 | |
74
| openSUSE | Leap 15.5 | x86\_64, AArch64 | |
75
| openSUSE | Leap 15.4 | x86\_64, AArch64 | |
76
| Oracle Linux | 9.x | x86\_64, AArch64 | |