Skip to content

Commit

Permalink
Merge pull request #91 from tmcgilchrist/ocaml_5
Browse files Browse the repository at this point in the history
Add OCaml 4.14/5.x builds for Windows.
  • Loading branch information
tmcgilchrist authored Dec 19, 2023
2 parents 7558a60 + c656e3c commit d1a2d49
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- ubuntu-22.04
- windows-2022

ocaml-compiler:
- 4.08.x
# - 4.09.x
# - 4.10.x
# - 4.11.x
# - 4.12.x
- 4.13.x
- 4.14.x
- "ocaml-variants.4.14.1+mingw64c"
- "ocaml.5.0.0,ocaml-option-mingw"
- "ocaml.5.1.0,ocaml-option-mingw"

runs-on: ${{ matrix.os }}

Expand All @@ -35,6 +29,10 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-repositories: |
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
standard: https://github.com/ocaml/opam-repository.git
- name: Install dependencies
run: |
Expand Down

0 comments on commit d1a2d49

Please sign in to comment.