Skip to content

Commit 2a85231

Browse files
authored
Merge pull request #214 from mtelvers/deprecate-ubuntu-23-10
Deprecated Ubuntu 23.10
2 parents 5c2d8e0 + 8961432 commit 2a85231

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.10. (@mtelvers, #214)
45
- Deprecate Ubuntu 23.04. (@punchagan, #213)
56
- Deprecate Fedora 38. (@mtelvers, #211)
67
- Deprecate Debian 10. (@shonfeder, #210)

src-opam/distro.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +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_10 | `V24_04) -> `Active `Tier2
406+
| `Ubuntu (`V20_04 | `V22_04 | `V24_04) -> `Active `Tier2
407407
| `Ubuntu
408408
( `V12_04 | `V14_04 | `V15_04 | `V15_10 | `V16_04 | `V16_10 | `V17_04
409409
| `V17_10 | `V18_04 | `V18_10 | `V19_04 | `V19_10 | `V20_10 | `V21_04
410-
| `V21_10 | `V22_10 | `V23_04 ) ->
410+
| `V21_10 | `V22_10 | `V23_04 | `V23_10 ) ->
411411
`Deprecated
412412
| `Cygwin (`Ltsc2016 | `Ltsc2019) -> `Deprecated
413413
| `Cygwin `Ltsc2022 -> `Active `Tier3

0 commit comments

Comments
 (0)