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 2525ad0
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 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 Expand Up @@ -100,7 +89,7 @@ jobs:
fail-fast: false
matrix:
ocaml-compiler:
- 4.14.x
- 5.2.x
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2525ad0

Please sign in to comment.