Skip to content

Commit

Permalink
setup-ocaml@v3, test ocaml 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jan 5, 2025
1 parent a19576f commit 22df407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/opam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
ocaml-compiler:
- 5.1
- 5.2
- 5.3

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

Expand All @@ -33,7 +34,7 @@ jobs:
submodules: recursive

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit 22df407

Please sign in to comment.