Skip to content

Commit

Permalink
Raise minimum ocaml version to 4.08
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Sep 12, 2022
1 parent e1f1f94 commit b3cb00c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- windows-latest
ocaml-compiler:
# Decision on version matrix informed by https://discuss.ocaml.org/t/which-ocaml-compiler-versions-should-we-run-against-in-ci/7933/2
- 4.05.0
# But has gradually inched up due to signs of bitrot on earlier versions
# such as https://github.com/thierry-martinez/stdcompat/issues/26
- 4.08.0
- 4.14.x
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Additionally, OMD implements a few Github markdown features, an
extension mechanism, and some other features. Note that the opam
package installs both the OMD library and the command line tool `omd`.")
(tags (org:ocamllabs org:mirage))
(depends (ocaml (>= 4.05))
(depends (ocaml (>= 4.08))
stdcompat
uutf
uucp
Expand Down

0 comments on commit b3cb00c

Please sign in to comment.