Skip to content

Commit

Permalink
Add newer OCaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yu committed Oct 19, 2021
1 parent 3b8652f commit 7f1bccb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'macos-latest' ]
ocaml-version:
- 4.10.1
- 4.11.1
- 4.10.2
- 4.11.2
- 4.12.1
runs-on: ${{ matrix.os }}

continue-on-error: true
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -33,8 +35,9 @@ jobs:
- name: Setup OCaml ${{ matrix.ocaml-version }} and pin satysfi
uses: ocaml/setup-ocaml@v2
with:
ocaml-version: ${{ matrix.ocaml-version }}
ocaml-compiler: ${{ matrix.ocaml-version }}
dune-cache: true
cache-prefix: v2

opam-depext: true
opam-pin: true
Expand Down

0 comments on commit 7f1bccb

Please sign in to comment.