58
58
skip-test : false
59
59
skip-doc : true
60
60
- os : windows-latest
61
- ocaml-compiler : ocaml. 5.2.0,ocaml-option-mingw
61
+ ocaml-compiler : " 5.2"
62
62
skip-effects : false
63
63
skip-test : false
64
64
skip-doc : true
@@ -82,27 +82,12 @@ jobs:
82
82
node-version : lts/*
83
83
84
84
- name : Set-up OCaml ${{ matrix.ocaml-compiler }}
85
- if : runner.os == 'Windows'
86
- uses : ocaml/setup-ocaml@v2
87
- with :
88
- ocaml-compiler : ${{ matrix.ocaml-compiler }}
89
- opam-repositories : |
90
- dra27: https://github.com/dra27/opam-repository.git#windows-5.0
91
- default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
92
- opam: https://github.com/ocaml/opam-repository.git
93
- dune-cache : true
94
- opam-depext : ${{ !matrix.skip-test }}
95
- opam-depext-flags : --with-test
96
-
97
- - name : Set-up OCaml ${{ matrix.ocaml-compiler }}
98
- if : runner.os != 'Windows'
99
- uses : ocaml/setup-ocaml@v2
85
+ uses : ocaml/setup-ocaml@v3.0.0-beta
100
86
with :
101
87
ocaml-compiler : ${{ matrix.ocaml-compiler }}
102
88
allow-prerelease-opam : true
103
89
dune-cache : true
104
- opam-depext : ${{ !matrix.skip-test }}
105
- opam-depext-flags : --with-test
90
+ opam-pin : false
106
91
107
92
- run : opam install . --best-effort
108
93
if : ${{ matrix.skip-test }}
@@ -144,13 +129,13 @@ jobs:
144
129
uses : actions/checkout@v4
145
130
146
131
- name : Set-up OCaml
147
- uses : ocaml/setup-ocaml@v2
132
+ uses : ocaml/setup-ocaml@v3.0.0-beta
148
133
with :
149
134
ocaml-compiler : " 5.2"
150
135
allow-prerelease-opam : true
151
136
dune-cache : true
152
137
153
- - uses : ocaml/setup-ocaml/lint-opam@v2
138
+ - uses : ocaml/setup-ocaml/lint-opam@v3.0.0-beta
154
139
continue-on-error : true
155
140
156
141
lint-fmt :
@@ -160,10 +145,10 @@ jobs:
160
145
uses : actions/checkout@v4
161
146
162
147
- name : Set-up OCaml
163
- uses : ocaml/setup-ocaml@v2
148
+ uses : ocaml/setup-ocaml@v3.0.0-beta
164
149
with :
165
150
ocaml-compiler : " 5.2"
166
151
allow-prerelease-opam : true
167
152
dune-cache : true
168
153
169
- - uses : ocaml/setup-ocaml/lint-fmt@v2
154
+ - uses : ocaml/setup-ocaml/lint-fmt@v3.0.0-beta
0 commit comments