diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17df36b..14ed041 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: ocaml-compiler: # TODO: consider adding support for 4.14, the problem with the merlin # code right now, we depend on a branch that is not compatible with 4.14 - # - "4.14" + - "4.14" - "5.1" runs-on: ${{ matrix.os }}