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 13, 2024
1 parent a66bf1b commit f83462d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,7 @@ jobs:
- ubuntu-latest
- windows-latest
ocaml-compiler:
- 4.14.x
- 5.0.x
- 5.1.x
exclude:
- os: windows-latest
ocaml-compiler: 5.0.x
- os: windows-latest
ocaml-compiler: 5.1.x
- os: macos-latest
ocaml-compiler: 5.0.x
- os: macos-latest
ocaml-compiler: 5.1.x
- 5.2.x

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

Expand Down

0 comments on commit f83462d

Please sign in to comment.