diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1b682f..17df36b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,9 @@ jobs: os: - ubuntu-latest ocaml-compiler: - - "4.14" + # 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" - "5.1" runs-on: ${{ matrix.os }}