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

Merge branch 'drop-8.14' into 'master'

drop support for Coq 8.14

See merge request iris/iris!908
parents 269dbd25 8edb4a31
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,14 @@ build-coq.8.17.0:
OPAM_PINS: "coq version 8.17.0"
DENY_WARNINGS: "1"
build-coq.8.17.0-mr:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.17.0"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
build-coq.8.16.1:
<<: *template
variables:
......@@ -63,27 +71,12 @@ build-coq.8.16.1:
- fp-timing
interruptible: false
build-coq.8.16.1-mr:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.16.1"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
build-coq.8.15.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.15.2"
DENY_WARNINGS: "1"
build-coq.8.14.1:
<<: *template
<<: *branches_and_mr
variables:
OPAM_PINS: "coq version 8.14.1"
OPAM_PINS: "coq version 8.15.2"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
# Nightly job with a known-to-work Coq version
# (so failures must be caused by std++)
......
......@@ -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.14.1 / 8.15.2 / 8.16.1 / 8.17.0
- Coq 8.15.2 / 8.16.1 / 8.17.0
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
Generally we always aim to support at least the last two stable Coq releases.
......
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