Skip to content

Commit

Permalink
fixup! fixup! Add OCaml 5.x builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Dec 19, 2023
1 parent 78f9e92 commit 2b0be23
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:

ocaml-compiler:
- 4.08.x
# - 4.09.x
# - 4.10.x
# - 4.11.x
# - 4.12.x
# - 4.13.x
- 4.14.x
- 5.0.x
- 5.1.x
Expand All @@ -33,7 +28,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4


- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
if: ${{ matrix.os != 'windows-2022' }}
Expand Down

0 comments on commit 2b0be23

Please sign in to comment.