Skip to content

Commit

Permalink
GHA: upgrade to setup-ocaml@v3 and add OCaml 5.1, 5.2 and 5.3 to the …
Browse files Browse the repository at this point in the history
…test matrix
  • Loading branch information
kit-ty-kate committed Jan 9, 2025
1 parent c9e3de2 commit c67d740
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ jobs:
- macos-latest
- windows-latest
ocaml-compiler:
- 4.12.x
- 4.13.x
- 4.14.x
- 5.00.x
exclude:
- os: windows-latest
ocaml-compiler: 5.00.x
- os: macos-latest
ocaml-compiler: 4.08.x
- "4.12"
- "4.13"
- "4.14"
- "5.0"
- "5.1"
- "5.2"
- "5.3"

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

Expand All @@ -31,7 +29,7 @@ jobs:
uses: actions/checkout@v3

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit c67d740

Please sign in to comment.