Skip to content

Commit

Permalink
ci: use ocaml 5.2 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi authored Oct 12, 2024
1 parent add3b05 commit 7082341
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
ocaml-version:
- 4.14
- 5.1
- 5.2

runs-on: ubuntu-22.04

Expand All @@ -26,11 +26,10 @@ jobs:
run: sudo apt-get update

- name: Set up OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-version }}
dune-cache: true
opam-depext-flags: "--with-test"
allow-prerelease-opam: true

- name: Install OCaml deps
Expand Down

0 comments on commit 7082341

Please sign in to comment.