Skip to content

Commit

Permalink
Merge pull request #41 from dra27/ci
Browse files Browse the repository at this point in the history
CI updates (again)
  • Loading branch information
dra27 authored Jun 26, 2024
2 parents 0098a52 + 6235dad commit a2b9a58
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,25 @@ jobs:
- ubuntu-latest
- windows-latest
ocaml-version:
- 4.06.x
- 4.14.x
- 5.1.x
- ocaml-variants.5.2.0+trunk
exclude:
- os: windows-latest
ocaml-version: ocaml-variants.5.2.0+trunk
- os: windows-latest
ocaml-version: 5.1.x
- "4.14"
- "5.2"
- "ocaml-variants.5.3.0+trunk"
include:
- os: ubuntu-latest
ocaml-version: "4.06"
- os: macos-13
ocaml-version: "4.06"
- os: macos-latest
ocaml-version: "4.10"

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

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set-up OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3.0.0-beta
with:
ocaml-compiler: ${{ matrix.ocaml-version }}
allow-prerelease-opam: true
Expand Down

0 comments on commit a2b9a58

Please sign in to comment.