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

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

drop support for Coq 8.16, 8.17

See merge request iris/iris!1029
parents a013468e 97ef62af
No related branches found
No related tags found
No related merge requests found
......@@ -67,26 +67,12 @@ build-coq.8.19.0-mr:
DENY_WARNINGS: "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.
build-coq.8.16.1:
build-coq.8.18.0:
<<: *template
<<: *branches_and_mr
variables:
OPAM_PINS: "coq version 8.16.1"
OPAM_PINS: "coq version 8.18.0"
DENY_WARNINGS: "1"
trigger-stdpp.dev:
......
......@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
This version is known to compile with:
- Coq 8.16.1 / 8.17.1 / 8.18.0 / 8.19.0
- Coq 8.18.0 / 8.19.0
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
Generally we always aim to support the last two stable Coq releases. Support for
......
......@@ -27,7 +27,7 @@ tags: [
]
depends: [
"coq" { (>= "8.16" & < "8.20~") | (= "dev") }
"coq" { (>= "8.18" & < "8.20~") | (= "dev") }
"coq-stdpp" { (= "dev.2024-02-02.1.a2456618") | (= "dev") }
]
......
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