Skip to content

Commit 82d2d4a

Browse files
authored
Deprecate Ubuntu 20.04 (#232)
1 parent bdd83d3 commit 82d2d4a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
Unreleased
3+
----------
4+
5+
- Deprecate Ubuntu 20.04, EOL 31 May 2025. (@mtelvers, #232)
6+
27
v8.2.7 2025-05-30
38
-----------------
49

src-opam/distro.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,11 @@ let distro_status (d : t) : status =
418418
`Deprecated
419419
| `OpenSUSE `V15_6 -> `Active `Tier2
420420
| `OpenSUSE `Tumbleweed -> `Active `Tier2
421-
| `Ubuntu (`V20_04 | `V22_04 | `V24_04 | `V24_10) -> `Active `Tier2
421+
| `Ubuntu (`V22_04 | `V24_04 | `V24_10) -> `Active `Tier2
422422
| `Ubuntu
423423
( `V12_04 | `V14_04 | `V15_04 | `V15_10 | `V16_04 | `V16_10 | `V17_04
424-
| `V17_10 | `V18_04 | `V18_10 | `V19_04 | `V19_10 | `V20_10 | `V21_04
425-
| `V21_10 | `V22_10 | `V23_04 | `V23_10 ) ->
424+
| `V17_10 | `V18_04 | `V18_10 | `V19_04 | `V19_10 | `V20_04 | `V20_10
425+
| `V21_04 | `V21_10 | `V22_10 | `V23_04 | `V23_10 ) ->
426426
`Deprecated
427427
| `Cygwin (`Ltsc2016 | `Ltsc2019) -> `Deprecated
428428
| `Cygwin `Ltsc2022 -> `Active `Tier3

0 commit comments

Comments
 (0)