chore(ci): change ocaml 4.12.x to ocaml 4.13.x

This commit is contained in:
Fardale 2022-01-22 21:10:52 +01:00
parent 569e254540
commit a13fc12ff4
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: Use OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: '4.12.x'
ocaml-compiler: '4.13.x'
- name: Pin
run: opam pin -n .

View file

@ -21,7 +21,7 @@ jobs:
ocaml-compiler:
- '4.03.x'
- '4.08.x'
- '4.12.x'
- '4.13.x'
runs-on: ${{ matrix.os }}
steps: