File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
unreleased
2
2
----------
3
3
4
+ - Deprecate Fedora 36. (@MisterDA #170 )
4
5
- Add Alpine 3.18. (@MisterDA #167 )
5
6
- Support opam new ` --with-vendored-deps ` configure option. (@MisterDA #165 )
6
7
- Rework Windows images and update their dependencies. (@MisterDA #162 )
Original file line number Diff line number Diff line change @@ -632,9 +632,9 @@ let distro_status (d : t) : status =
632
632
| `Debian `Unstable -> `Active `Tier3
633
633
| `Fedora
634
634
( `V21 | `V22 | `V23 | `V24 | `V25 | `V26 | `V27 | `V28 | `V29 | `V30
635
- | `V31 | `V32 | `V33 | `V34 | `V35 ) ->
635
+ | `V31 | `V32 | `V33 | `V34 | `V35 | `V36 ) ->
636
636
`Deprecated
637
- | `Fedora (`V36 | ` V37 | `V38 ) -> `Active `Tier2
637
+ | `Fedora (`V37 | `V38 ) -> `Active `Tier2
638
638
| `OracleLinux (`V7 | `V8 | `V9 ) -> `Active `Tier3
639
639
| `OpenSUSE (`V42_1 | `V42_2 | `V42_3 | `V15_0 | `V15_1 | `V15_2 | `V15_3 )
640
640
->
You can’t perform that action at this time.
0 commit comments