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

drop support for Coq 8.16 and 8.17

parent a2456618
No related branches found
No related tags found
1 merge request!539drop support for Coq 8.16 and 8.17
Pipeline #96242 passed
...@@ -67,24 +67,10 @@ build-coq.8.19.0-mr: ...@@ -67,24 +67,10 @@ build-coq.8.19.0-mr:
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
build-coq.8.18.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.18.0"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
build-coq.8.17.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.17.1"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
# The oldest version runs in MRs, without name mangling. # The oldest version runs in MRs, without name mangling.
build-coq.8.16.1: build-coq.8.18.0:
<<: *template <<: *template
<<: *branches_and_mr <<: *branches_and_mr
variables: variables:
OPAM_PINS: "coq version 8.16.1" OPAM_PINS: "coq version 8.18.0"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
...@@ -43,7 +43,7 @@ Notably: ...@@ -43,7 +43,7 @@ Notably:
This version is known to compile with: This version is known to compile with:
- Coq version 8.16.1 / 8.17.1 / 8.18.0 / 8.19.0 - Coq version 8.18.0 / 8.19.0
Generally we always aim to support the last two stable Coq releases. Support for Generally we always aim to support the last two stable Coq releases. Support for
older versions will be dropped when it is convenient. older versions will be dropped when it is convenient.
......
...@@ -33,7 +33,7 @@ tags: [ ...@@ -33,7 +33,7 @@ tags: [
] ]
depends: [ depends: [
"coq" { (>= "8.16" & < "8.20~") | (= "dev") } "coq" { (>= "8.18" & < "8.20~") | (= "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