This commit is contained in:
Simon Cruanes 2023-06-23 21:42:43 -04:00
parent 1d1fc88f1c
commit 3b78fdda87
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 6 additions and 4 deletions

View file

@ -18,9 +18,9 @@ jobs:
path: ~/.opam
key: opam-ubuntu-latest-4.12.0
- uses: avsm/setup-ocaml@v1
- uses: ocaml/setup-ocaml@v2
with:
ocaml-version: '4.12.0'
ocaml-compiler: '4.14'
- name: Pin
run: opam pin -n .

View file

@ -1,6 +1,8 @@
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
@ -14,8 +16,8 @@ jobs:
#- windows-latest # see https://github.com/ocaml/setup-ocaml/issues/361
#- macos-latest # clogs CI
ocaml-compiler:
- 4.08.x
- 4.14.x
- 4.08
- 4.14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2