Skip to content

Commit 5c2d8e0

Browse files
authored
Merge pull request #213 from ocurrent/deprecate-ubuntu-23-04
Deprecate Ubuntu 23.04
2 parents 74dca85 + 317261e commit 5c2d8e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
unreleased
22
----------
33

4+
- Deprecate Ubuntu 23.04. (@punchagan, #213)
45
- Deprecate Fedora 38. (@mtelvers, #211)
56
- Deprecate Debian 10. (@shonfeder, #210)
67
- Add Ubuntu 24.04. (@mtelvers, #205)

src-opam/distro.ml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,11 @@ let distro_status (d : t) : status =
403403
`Deprecated
404404
| `OpenSUSE `V15_6 -> `Active `Tier2
405405
| `OpenSUSE `Tumbleweed -> `Active `Tier2
406-
| `Ubuntu (`V20_04 | `V22_04 | `V23_04 | `V23_10 | `V24_04) ->
407-
`Active `Tier2
406+
| `Ubuntu (`V20_04 | `V22_04 | `V23_10 | `V24_04) -> `Active `Tier2
408407
| `Ubuntu
409408
( `V12_04 | `V14_04 | `V15_04 | `V15_10 | `V16_04 | `V16_10 | `V17_04
410409
| `V17_10 | `V18_04 | `V18_10 | `V19_04 | `V19_10 | `V20_10 | `V21_04
411-
| `V21_10 | `V22_10 ) ->
410+
| `V21_10 | `V22_10 | `V23_04 ) ->
412411
`Deprecated
413412
| `Cygwin (`Ltsc2016 | `Ltsc2019) -> `Deprecated
414413
| `Cygwin `Ltsc2022 -> `Active `Tier3

0 commit comments

Comments
 (0)