File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 os : [ubuntu-latest, macos-latest, windows-latest]
20- ocaml-compiler : [5.3.0 ]
20+ ocaml-compiler : [4.12.1, 4.13.1, 4.14.1 ]
2121
2222 steps :
2323 - name : Checkout project
2626 submodules : " recursive"
2727
2828 - name : Setup OCaml ${{ matrix.ocaml-compiler }}
29- uses : ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
29+ uses : ocaml/setup-ocaml@v2
3030 if : ${{ startsWith(matrix.os, 'windows-') }}
3131 with :
3232 ocaml-compiler : ${{ matrix.ocaml-compiler }}
3535 default: https://github.com/ocaml/opam-repository.git
3636
3737 - name : Setup OCaml ${{ matrix.ocaml-compiler }}
38- uses : ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
38+ uses : ocaml/setup-ocaml@v2
3939 if : ${{ !startsWith(matrix.os, 'windows-') }}
4040 with :
4141 ocaml-compiler : ${{ matrix.ocaml-compiler }}
You can’t perform that action at this time.
0 commit comments