Remove Ubuntu 23.04 from the CI (#16694)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Tasos Katsoulas committed
Jan 29, 2024 at 12:03 UTC
4ac584cd6b400b3c230399bc364087a7a474899c
2 files changed
+1
-6
.github/data/distros.yml
-5
@@ -281,11 +281,6 @@ include:
281
packages:
282
<<: *ubuntu_packages
283
repo_distro: ubuntu/mantic
284
- - <<: *ubuntu
285
- version: "23.04"
286
- packages:
287
- <<: *ubuntu_packages
288
- repo_distro: ubuntu/lunar
284
- <<: *ubuntu
285
version: "20.04"
286
packages:
packaging/PLATFORM_SUPPORT.md
+1
-1
@@ -79,7 +79,6 @@ to work on these platforms with minimal user effort.
79
| Red Hat Enterprise Linux | 8.x | x86\_64, AArch64 | |
80
| Red Hat Enterprise Linux | 7.x | x86\_64 | |
81
| Ubuntu | 23.10 | x86\_64, AArch64, ARMv7 | |
82
-| Ubuntu | 23.04 | x86\_64, AArch64, ARMv7 | |
82
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
83
| Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |
84
@@ -164,6 +163,7 @@ This is a list of platforms that we have supported in the recent past but no lon
163
| Fedora | 35 | EOL as of 2022-12-13 |
164
| openSUSE | Leap 15.4 | EOL as of 2023-12-07 |
165
| openSUSE | Leap 15.3 | EOL as of 2022-12-01 |
166
+| Ubuntu | 23.04 | EOL as of 2024-01-20 |
167
| Ubuntu | 22.10 | EOL as of 2023-07-20 |
168
| Ubuntu | 21.10 | EOL as of 2022-07-31 |
169
| Ubuntu | 18.04 | EOL as of 2023-04-02 |