Skip to content

Commit

Permalink
GHA: upgrade to setup-ocaml@v3, add OCaml 5.1, 5.2 and 5.3, and remov…
Browse files Browse the repository at this point in the history
…e 4.12 and 4.13 to the test matrix
  • Loading branch information
kit-ty-kate committed Jan 9, 2025
1 parent c9e3de2 commit 1158ddf
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ 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.14"
- "5.0"
- "5.1"
- "5.2"
- "5.3"

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

Expand All @@ -31,7 +27,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 1158ddf

Please sign in to comment.