diff --git a/.github/workflows/esy-ci.yml b/.github/workflows/esy-ci.yml index f2b67b3d8..a7008994a 100644 --- a/.github/workflows/esy-ci.yml +++ b/.github/workflows/esy-ci.yml @@ -26,17 +26,12 @@ jobs: - windows-latest ocaml-compiler: - # Please keep the list in sync with the minimal version of OCaml in - # esy.json, reason.esy/reason.opam and rtop.esy/rtop.opam. - - 4.06.x # We support 4.06 because is the one that is used in BuckleScript / ReScript v9 - - 4.10.x - - 4.12.x - 4.14.x runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: @@ -66,9 +61,6 @@ jobs: key: esy-build-${{ matrix.os }}-${{ matrix.ocaml-compiler }}-${{ hashFiles('esy.lock.json') }} restore-keys: esy-build-${{ matrix.os }}- - - name: Instal OCaml ${{ matrix.ocaml-compiler }} - run: esy add ocaml@${{ matrix.ocaml-compiler }} - - name: Install dependencies run: esy install diff --git a/esy.json b/esy.json index 81ab5e279..09d4ac5c3 100644 --- a/esy.json +++ b/esy.json @@ -16,7 +16,6 @@ "ocaml": " >= 4.3.0 < 4.15.0" }, "devDependencies": { - "@opam/ocaml-lsp-server": "1.15.1-4.14", "@opam/odoc": "*", "ocaml": "~4.14.0" },