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

Merge branch 'ralf/coq-8.12' into 'master'

drop support for Coq 8.12 and 8.13

See merge request !440
parents e04271e2 84bb9872
No related branches found
No related tags found
1 merge request!440drop support for Coq 8.12 and 8.13
Pipeline #77329 passed
......@@ -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"
......@@ -3,6 +3,8 @@ API-breaking change is listed.
## std++ master
Coq 8.12 and 8.13 are no longer supported by this release.
- Rename `difference_difference` -> `difference_difference_l` and
`difference_difference_L` -> `difference_difference_l_L`, add
`difference_difference_r` and `difference_difference_r_L`.
......
......@@ -45,7 +45,9 @@ Notably:
This version is known to compile with:
- Coq version 8.12.2 / 8.13.2 / 8.14.1 / 8.15.2 / 8.16.1
- Coq version 8.14.1 / 8.15.2 / 8.16.1
Generally we always aim to support at least the last three stable Coq releases.
## Installing via opam
......
......@@ -33,7 +33,7 @@ tags: [
]
depends: [
"coq" { (>= "8.12" & < "8.18~") | (= "dev") }
"coq" { (>= "8.14" & < "8.18~") | (= "dev") }
]
build: ["./make-package" "stdpp" "-j%{jobs}%"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment