File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,13 @@ jobs:
18
18
matrix :
19
19
os :
20
20
- ubuntu-latest
21
+ - macos-latest
22
+ - windows-latest
21
23
ocaml-compiler :
22
24
- " 4.14"
23
- # - "5.0"
24
- - " 5.1"
25
25
include :
26
- - os : macos-latest
27
- ocaml-compiler : " 4.14"
28
- - os : windows-latest
29
- ocaml-compiler : " 4.14"
30
- opam-repositories : |
31
- opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
32
- default: https://github.com/ocaml/opam-repository.git
26
+ - os : ubuntu-latest
27
+ ocaml-compiler : 5.1.x
33
28
34
29
runs-on : ${{ matrix.os }}
35
30
54
49
working-directory : ocaml-lsp-server/test/e2e
55
50
56
51
- name : Set-up OCaml ${{ matrix.ocaml-compiler }}
57
- uses : ocaml/setup-ocaml@v2
52
+ uses : ocaml/setup-ocaml@v3
58
53
with :
59
54
ocaml-compiler : ${{ matrix.ocaml-compiler }}
60
- allow-prerelease-opam : true
61
- opam-repositories : ${{ matrix.opam-repositories }}
62
55
63
56
- name : Build and install dependencies
64
57
run : opam install .
You can’t perform that action at this time.
0 commit comments