File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments