Skip to content

Commit f83f776

Browse files
authored
Deprecate Fedora 36 (#170)
1 parent df1e8f6 commit f83f776

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 Fedora 36. (@MisterDA #170)
45
- Add Alpine 3.18. (@MisterDA #167)
56
- Support opam new `--with-vendored-deps` configure option. (@MisterDA #165)
67
- Rework Windows images and update their dependencies. (@MisterDA #162)

src-opam/distro.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,9 @@ let distro_status (d : t) : status =
632632
| `Debian `Unstable -> `Active `Tier3
633633
| `Fedora
634634
( `V21 | `V22 | `V23 | `V24 | `V25 | `V26 | `V27 | `V28 | `V29 | `V30
635-
| `V31 | `V32 | `V33 | `V34 | `V35 ) ->
635+
| `V31 | `V32 | `V33 | `V34 | `V35 | `V36 ) ->
636636
`Deprecated
637-
| `Fedora (`V36 | `V37 | `V38) -> `Active `Tier2
637+
| `Fedora (`V37 | `V38) -> `Active `Tier2
638638
| `OracleLinux (`V7 | `V8 | `V9) -> `Active `Tier3
639639
| `OpenSUSE (`V42_1 | `V42_2 | `V42_3 | `V15_0 | `V15_1 | `V15_2 | `V15_3)
640640
->

0 commit comments

Comments
 (0)