Skip to content

Commit 154fdb9

Browse files
committed
Don't need a full matrix; try Windows
1 parent 15016b4 commit 154fdb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os:
10-
- ubuntu-latest
11-
- macos-latest
12-
# - windows-latest
9+
os: ubuntu-latest
1310
ocaml-compiler:
14-
- 5.0.x
11+
- 5.2.x
1512
- 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
1618

1719
runs-on: ${{matrix.os}}
1820
steps:
@@ -21,11 +23,9 @@ jobs:
2123
submodules: recursive
2224

2325
- uses: ocaml/setup-ocaml@v3
24-
name: Use OCaml ${{matrix.ocaml-compiler}}
2526
with:
2627
ocaml-compiler: ${{matrix.ocaml-compiler}}
2728

28-
2929
# For caqti Postgres tests. Opam does actually install Postgres for us, however brew
3030
# doesn't link it by default, so we have to install and link it manually.
3131
- name: Prepare MacOS

0 commit comments

Comments
 (0)