Drup / ocaml-lmdb

Ocaml bindings for lmdb.
https://drup.github.io/ocaml-lmdb/dev/
MIT License
48 stars 3 forks source link

Update and strip down list of tested OCaml versions #34

Closed madroach closed 4 years ago

madroach commented 4 years ago

test earliest supported version 4.03, version used by debian / ubuntu 4.05, latest OCaml 4.09

Drup commented 4 years ago

What's the point of removing such intermediary ocaml versions ? They don't make CI longer, since they mostly run in parallel. If your objective is to make CI faster, it would be better to move to another CI provider ...

madroach commented 4 years ago

Yes, I want to make in faster. For opensource project the maximum parallel runs ist limited.

madroach commented 4 years ago

never mind