Compare commits

..

1 commit

Author SHA1 Message Date
Stéphane Lavergne
c77636f667
Merge 48b3330b95 into 0faaf35969 2025-01-29 17:46:11 +00:00
2 changed files with 5 additions and 6 deletions

View file

@ -18,9 +18,9 @@ jobs:
path: ~/.opam path: ~/.opam
key: opam-ubuntu-latest-4.12.0 key: opam-ubuntu-latest-4.12.0
- uses: ocaml/setup-ocaml@v3 - uses: ocaml/setup-ocaml@v2
with: with:
ocaml-compiler: '5.03' ocaml-compiler: '5.0.x'
- name: Pin - name: Pin
run: opam pin -n . run: opam pin -n .

View file

@ -16,13 +16,12 @@ jobs:
# - macos-latest # build issues with `ar` (!!!) # - macos-latest # build issues with `ar` (!!!)
#- windows-latest # certificate problem #- windows-latest # certificate problem
ocaml-compiler: ocaml-compiler:
- 4.08 - 4.03.x
- 4.12 - 4.12.x
- 5.03
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v3 - uses: ocaml/setup-ocaml@v2
with: with:
ocaml-compiler: ${{ matrix.ocaml-compiler }} ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam pin -n . - run: opam pin -n .