Skip to content

Commit

Permalink
update ci to use ocaml 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 6, 2024
1 parent 5e23188 commit 553504a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: 'Checkout code'
uses: actions/checkout@v2
- name: 'Use OCaml ${{ matrix.ocaml-compiler }}'
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: '${{ matrix.ocaml-compiler }}'
opam-local-packages: 'bimage.opam bimage-unix.opam'
Expand All @@ -31,11 +31,7 @@ jobs:
fail-fast: true
matrix:
ocaml-compiler:
- 5.0.0
- 4.14.1
- 4.13.1
- 4.12.1
- 4.08.1
- 5.2.0
os:
- macos-latest
- ubuntu-latest

0 comments on commit 553504a

Please sign in to comment.