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

test Coq 8.16.0

parent da02a192
No related branches found
No related tags found
No related merge requests found
......@@ -42,16 +42,10 @@ variables:
## Build jobs
build-coq.8.16.dev:
build-coq.8.16.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.16.dev"
DENY_WARNINGS: "1"
build-coq.8.15.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.15.1"
OPAM_PINS: "coq version 8.16.0"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
OPAM_PKG: "1"
......@@ -61,12 +55,24 @@ build-coq.8.15.1:
- fp-timing
interruptible: false
build-coq.8.16.0-mr:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.16.0"
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"
MANGLE_NAMES: "1"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
......
......@@ -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.13.2 / 8.14.1 / 8.15.1
- Coq 8.13.2 / 8.14.1 / 8.15.2 / 8.16.0
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
If you need to work with older versions of Coq, you can check out the
......
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