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 d7dd919
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit d7dd919

Please sign in to comment.