ocurrent / ocaml-ci

A CI for OCaml projects
https://ocaml.ci.dev
111 stars 75 forks source link

Move from opam 2.1 to opam 2.2 #953

Closed mtelvers closed 3 weeks ago

mtelvers commented 1 month ago

This PR updates OCaml-CI to use opam 2.2.

Until https://github.com/ocurrent/docker-base-images/pull/289 and https://github.com/ocurrent/ocaml-dockerfile/pull/215 are merged this will result in opam 2.3.0~alpha~dev being used. See https://github.com/ocurrent/ocaml-dockerfile/blob/5c2d8e095cb92f7e590e85b991ac93ae8209908a/src-opam/opam.ml#L208-L217 which aliases opam-2.2 to be the master branch.

Closes #952