Skip to content

Commit

Permalink
CI: run on latest minor versions of OCaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Sep 5, 2024
1 parent a9c8e6e commit 18ee3d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
os:
- ubuntu-latest
ocaml:
- 5.1.x
- 4.14.x
- 5
- 4
- 4.03.x
include:
- os: macos-latest
ocaml: 4.14.x
ocaml: 4
- os: windows-latest
ocaml: 4.14.x
ocaml: 4
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 18ee3d4

Please sign in to comment.