Skip to content

Commit ed9bbd5

Browse files
committed
old setup-ocaml
1 parent a633c54 commit ed9bbd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/opam.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -26,7 +26,7 @@ jobs:
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 }}
@@ -35,7 +35,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)