Skip to content
Snippets Groups Projects

drop support for Coq 8.15

Merged Ralf Jung requested to merge ralf/drop-8.15 into master
All threads resolved!
Files
4
+ 1
8
@@ -74,16 +74,9 @@ build-coq.8.17.1:
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
# The oldest version runs in MRs, without name mangling.
build-coq.8.16.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.16.1"
DENY_WARNINGS: "1"
# The oldest version runs in MRs, without name mangling.
build-coq.8.15.2:
<<: *template
<<: *branches_and_mr
variables:
OPAM_PINS: "coq version 8.15.2"
DENY_WARNINGS: "1"
Loading