Skip to content

Commit

Permalink
Add ocaml 5:x in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-sb committed Jul 30, 2024
1 parent 7dea21f commit 6976965
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- windows-latest
ocaml-compiler:
- 4.08.0
- 4.12.0
- 4.14.2
- 5.2.0
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand All @@ -36,7 +37,7 @@ jobs:
- name: Use OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.12.0
ocaml-compiler: 4.14.2
- run: opam pin add key-parsers.dev . --no-action
- run: opam depext key-parsers --yes
- run: opam install . --deps-only
Expand Down

0 comments on commit 6976965

Please sign in to comment.