From d7dd919e50e180ace6f2a37d0e6cbb1dd620260d Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Sun, 11 Sep 2022 20:25:33 -0400 Subject: [PATCH] Raise minimum ocaml version to 4.08 --- .github/workflows/workflow.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4ea86554..327df7a5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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: