Skip to content
Snippets Groups Projects
Commit d9f1c297 authored by Ralf Jung's avatar Ralf Jung
Browse files

drop support for Coq 8.11

parent 7c4fd7d6
Branches
No related tags found
1 merge request!377drop support for Coq 8.11
Pipeline #65700 passed
......@@ -78,16 +78,9 @@ build-coq.8.13.2:
DENY_WARNINGS: "1"
build-coq.8.12.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.12.2"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
build-coq.8.11.2:
<<: *template
<<: *branches_and_mr
variables:
OPAM_PINS: "coq version 8.11.2"
OPAM_PINS: "coq version 8.12.2"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
......@@ -3,6 +3,8 @@ API-breaking change is listed.
## std++ master
Coq 8.11 is no longer supported.
- Make sure that `gset` and `mapset` do not bump the universe.
- Rewrite `tele_arg` to make it not bump universes. (by Gregory Malecha, BedRock Systems)
......
......@@ -45,7 +45,7 @@ Notably:
This version is known to compile with:
- Coq version 8.11.2 / 8.12.2 / 8.13.2 / 8.14.1 / 8.15.0
- Coq version 8.12.2 / 8.13.2 / 8.14.1 / 8.15.0
## Installing via opam
......
......@@ -33,7 +33,7 @@ tags: [
]
depends: [
"coq" { (>= "8.11" & < "8.16~") | (= "dev") }
"coq" { (>= "8.12" & < "8.16~") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment