Skip to content

Commit

Permalink
Only test 5.2 in CI since backward compatibility is currently lost.
Browse files Browse the repository at this point in the history
This is due to Typedtree incompatibilities.
  • Loading branch information
voodoos committed May 21, 2024
1 parent cb014af commit b2feb87
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
os:
- ubuntu-latest
ocaml-compiler:
- "4.14"
- "5.0"
- "5.1"
- "5.2"
include:
- os: macos-latest
ocaml-compiler: "4.14"
ocaml-compiler: "5.2"
- os: windows-latest
ocaml-compiler: "4.14"
ocaml-compiler: "5.2"
opam-repositories: |
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
default: https://github.com/ocaml/opam-repository.git
Expand Down Expand Up @@ -94,7 +92,7 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "4.14"
ocaml-compiler: "5.2"
allow-prerelease-opam: true

- name: Set git user
Expand Down

0 comments on commit b2feb87

Please sign in to comment.