Commit 154fdb9 1 parent 15016b4 commit 154fdb9 Copy full SHA for 154fdb9
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
strategy :
7
7
fail-fast : false
8
8
matrix :
9
- os :
10
- - ubuntu-latest
11
- - macos-latest
12
- # - windows-latest
9
+ os : ubuntu-latest
13
10
ocaml-compiler :
14
- - 5.0 .x
11
+ - 5.2 .x
15
12
- 4.14.x
13
+ include :
14
+ - os : macos-latest
15
+ ocaml-compiler : 4.14.x
16
+ - os : windows-latest
17
+ ocaml-compiler : 4.14.x
16
18
17
19
runs-on : ${{matrix.os}}
18
20
steps :
21
23
submodules : recursive
22
24
23
25
- uses : ocaml/setup-ocaml@v3
24
- name : Use OCaml ${{matrix.ocaml-compiler}}
25
26
with :
26
27
ocaml-compiler : ${{matrix.ocaml-compiler}}
27
28
28
-
29
29
# For caqti Postgres tests. Opam does actually install Postgres for us, however brew
30
30
# doesn't link it by default, so we have to install and link it manually.
31
31
- name : Prepare MacOS
You can’t perform that action at this time.
0 commit comments