Skip to content
Snippets Groups Projects

drop support for Coq 8.12 and 8.13

Merged Ralf Jung requested to merge ralf/coq-8.12 into master
Files
4
+ 1
15
@@ -77,23 +77,9 @@ build-coq.8.15.2:
DENY_WARNINGS: "1"
build-coq.8.14.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.14.1"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
build-coq.8.13.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.13.2"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
build-coq.8.12.2:
<<: *template
<<: *branches_and_mr
variables:
OPAM_PINS: "coq version 8.12.2"
OPAM_PINS: "coq version 8.14.1"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
Loading