File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change 1- name : Main workflow
1+ name : Builds, tests & co
22
33on :
44 push :
@@ -14,20 +14,16 @@ jobs:
1414 matrix :
1515 os :
1616 - ubuntu-latest
17+ - macos-latest
18+ - windows-latest
1719 ocaml-compiler :
18- - " 4.04"
19- - " 4.05"
20- - " 4.11"
21- - " 4.13"
22- - " 4.14"
23- - " 5.0"
24- - " 5.1"
25- - " 5.2"
20+ - 5
21+ - 4
2622 include :
27- - os : macos -latest
28- ocaml-compiler : " 5.2 "
29- - os : windows -latest
30- ocaml-compiler : " 5.2 "
23+ - os : ubuntu -latest
24+ ocaml-compiler : " 4.04 "
25+ - os : ubuntu -latest
26+ ocaml-compiler : " 4.04 "
3127
3228 runs-on : ${{ matrix.os }}
3329
5147 steps :
5248 - name : Checkout tree
5349 uses : actions/checkout@v4
54-
5550 - name : Set-up OCaml
5651 uses : ocaml/setup-ocaml@v3
5752 with :
58- ocaml-compiler : " 4.14"
59-
53+ ocaml-compiler : 4
6054 - uses : ocaml/setup-ocaml/lint-opam@v3
You can’t perform that action at this time.
0 commit comments