Skip to content

Commit

Permalink
Test 5.1.x instead of 5.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Oct 30, 2023
1 parent 4ddb578 commit 33ddd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
ocaml-version:
- 4.06.x
- 4.14.x
- 5.0.x
- 5.1.x
- ocaml-variants.5.2.0+trunk
exclude:
- os: windows-latest
ocaml-version: ocaml-variants.5.2.0+trunk
- os: windows-latest
ocaml-version: 5.0.x
ocaml-version: 5.1.x

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

Expand Down

0 comments on commit 33ddd78

Please sign in to comment.