Remove Fedora 38 from CI. (#17548)
EOL upstream as of 2024-05-14.
Austin S. Hemmelgarn committed
May 15, 2024 at 07:43 UTC
132a02896df64cf7ff67bb53a4b78226a280c91f
2 files changed
+6
-10
.github/data/distros.yml
+5
-7
@@ -210,13 +210,6 @@ include:
210
repo_distro: fedora/39
211
test:
212
ebpf-core: true
213
- - <<: *fedora
214
- version: "38"
215
- packages:
216
- <<: *fedora_packages
217
- repo_distro: fedora/38
218
- test:
219
- ebpf-core: true
213
214
- &opensuse
215
distro: opensuse
@@ -338,6 +331,11 @@ legacy: # Info for platforms we used to support and still need to handle package
331
packages:
332
<<: *fedora_packages
333
repo_distro: fedora/37
334
+ - <<: *fedora
335
+ version: "38"
336
+ packages:
337
+ <<: *fedora_packages
338
+ repo_distro: fedora/38
339
- <<: *opensuse
340
version: "15.4"
341
packages:
packaging/PLATFORM_SUPPORT.md
+1
-3
@@ -70,7 +70,6 @@ to work on these platforms with minimal user effort.
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
| openSUSE | Leap 15.5 | x86\_64, AArch64 | |
74
| openSUSE | Leap 15.4 | x86\_64, AArch64 | |
75
| Oracle Linux | 9.x | x86\_64, AArch64 | |
@@ -159,9 +158,8 @@ This is a list of platforms that we have supported in the recent past but no lon
158
| Alpine Linux | 3.14 | EOL as of 2023-05-01 |
159
| Alpine Linux | 3.13 | EOL as of 2022-11-01 |
160
| Debian | 9.x | EOL as of 2022-06-30 |
161
+| Fedora | 38 | EOL as of 2024-05-14 |
162
| Fedora | 37 | EOL as of 2023-12-05 |
163
-| Fedora | 36 | EOL as of 2023-05-18 |
164
-| Fedora | 35 | EOL as of 2022-12-13 |
163
| openSUSE | Leap 15.4 | EOL as of 2023-12-07 |
164
| openSUSE | Leap 15.3 | EOL as of 2022-12-01 |
165
| Ubuntu | 23.04 | EOL as of 2024-01-20 |