Skip to content

Commit

Permalink
Skip 4.11.x failures - try 4.12 & 4.13
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Barbin <[email protected]>
  • Loading branch information
mbarbin committed Sep 10, 2024
1 parent 846d4e5 commit 9b2f170
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ jobs:
ocaml-compiler:
- 5.2.x
- 4.14.x
- 4.11.x
- 4.13.x
- 4.12.x
include:
# OCaml 4.11.x: skipping macos & windows (fail)
- ocaml-compiler: 4.11.x
os: ubuntu-latest
# OCaml 4.10.x: skipping windowns (fail)
- ocaml-compiler: 4.10.x
os: ubuntu-latest
- ocaml-compiler: 4.10.x
os: macos-latest
# OCaml 4.08.x: ubuntu-latest only as macos & windows fail
# OCaml 4.08.x: skipping macos & windows (fail)
# Keep the minimal version of OCaml in sync in here, `dune-project`
# and `dune-workspace.dev`.
- ocaml-compiler: 4.08.x
Expand Down

0 comments on commit 9b2f170

Please sign in to comment.