File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,25 @@ jobs:
14
14
- ubuntu-latest
15
15
- windows-latest
16
16
ocaml-version :
17
- - 4.06.x
18
- - 4.14.x
19
- - 5.1.x
20
- - ocaml-variants.5.2.0+trunk
21
- exclude :
22
- - os : windows-latest
23
- ocaml-version : ocaml-variants.5.2.0+trunk
24
- - os : windows-latest
25
- ocaml-version : 5.1.x
17
+ - " 4.14"
18
+ - " 5.2"
19
+ - " ocaml-variants.5.3.0+trunk"
20
+ include :
21
+ - os : ubuntu-latest
22
+ ocaml-version : " 4.06"
23
+ - os : macos-13
24
+ ocaml-version : " 4.06"
25
+ - os : macos-latest
26
+ ocaml-version : " 4.10"
26
27
27
28
runs-on : ${{ matrix.os }}
28
29
29
30
steps :
30
31
- name : Checkout code
31
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v4
32
33
33
34
- name : Set-up OCaml ${{ matrix.ocaml-version }}
34
- uses : ocaml/setup-ocaml@v2
35
+ uses : ocaml/setup-ocaml@v3.0.0-beta
35
36
with :
36
37
ocaml-compiler : ${{ matrix.ocaml-version }}
37
38
allow-prerelease-opam : true
You can’t perform that action at this time.
0 commit comments