Skip to content
Snippets Groups Projects
Commit e0233179 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Drop support for Coq 8.14.

parent ffe033d2
No related branches found
No related tags found
1 merge request!468Drop support for Coq 8.14.
Pipeline #81617 passed
...@@ -76,10 +76,3 @@ build-coq.8.15.2: ...@@ -76,10 +76,3 @@ build-coq.8.15.2:
OPAM_PINS: "coq version 8.15.2" OPAM_PINS: "coq version 8.15.2"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
build-coq.8.14.1:
<<: *template
<<: *branches_and_mr
variables:
OPAM_PINS: "coq version 8.14.1"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
...@@ -3,7 +3,8 @@ API-breaking change is listed. ...@@ -3,7 +3,8 @@ API-breaking change is listed.
## std++ master ## std++ master
Coq 8.12 and 8.13 are no longer supported by this release. Coq 8.17 is newly supported by this release. Coq 8.12, 8.13 and 8.14 are no
longer supported by this release.
- Rename `difference_difference``difference_difference_l` and - Rename `difference_difference``difference_difference_l` and
`difference_difference_L``difference_difference_l_L`, add `difference_difference_L``difference_difference_l_L`, add
......
...@@ -45,7 +45,7 @@ Notably: ...@@ -45,7 +45,7 @@ Notably:
This version is known to compile with: This version is known to compile with:
- Coq version 8.14.1 / 8.15.2 / 8.16.1 / 8.17.0 - Coq version 8.15.2 / 8.16.1 / 8.17.0
Generally we always aim to support at least the last three stable Coq releases. Generally we always aim to support at least the last three stable Coq releases.
......
...@@ -33,7 +33,7 @@ tags: [ ...@@ -33,7 +33,7 @@ tags: [
] ]
depends: [ depends: [
"coq" { (>= "8.14" & < "8.18~") | (= "dev") } "coq" { (>= "8.15" & < "8.18~") | (= "dev") }
] ]
build: ["./make-package" "stdpp" "-j%{jobs}%"] build: ["./make-package" "stdpp" "-j%{jobs}%"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment