Skip to content

Add compatibility with OCaml 5.3 #16

Add compatibility with OCaml 5.3

Add compatibility with OCaml 5.3 #16

Workflow file for this run

name: main
on:
- pull_request
- push
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ocaml-compiler:
- 4.07.x
- 5.2.x
package:
- mock
- mock-ounit
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam install "${{ matrix.package }}.dev" --with-doc --with-test