Skip to content

Commit 57931c0

Browse files
committed
[ci] Update CI for 1.x branch
This is a 1.x version of Gabriel's #101 for main.
1 parent ff74500 commit 57931c0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-latest
16-
# - macos-latest
17-
# - windows-latest
16+
- macos-latest
17+
- windows-latest
1818
ocaml-compiler:
1919
- 4.05.x
2020
- 4.06.x
@@ -29,21 +29,19 @@ jobs:
2929
- 5.0.x
3030
- 5.1.x
3131
- 5.2.x
32+
- 5.3.x
33+
- 5.4.x
3234

3335
runs-on: ${{ matrix.os }}
3436

3537
steps:
3638
- name: Checkout code
37-
uses: actions/checkout@v2
39+
uses: actions/checkout@v5
3840

3941
- name: Use OCaml ${{ matrix.ocaml-compiler }}
40-
uses: ocaml/setup-ocaml@v2
42+
uses: ocaml/setup-ocaml@v3
4143
with:
4244
ocaml-compiler: ${{ matrix.ocaml-compiler }}
43-
dune-cache: ${{ matrix.os != 'macos-latest' }}
44-
opam-repositories: |
45-
default: https://github.com/ocaml/opam-repository.git
46-
beta: https://github.com/ocaml/ocaml-beta-repository.git
4745

4846
- name: Install opam packages
4947
run: opam install . --deps-only --yes --with-test

0 commit comments

Comments
 (0)