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

test against Coq 8.9.0

parent f42513b7
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,14 @@ build-coq.dev:
OPAM_PINS: "coq version dev"
VALIDATE: "1"
build-coq.8.9.dev:
build-coq.8.9.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.9.dev"
OPAM_PINS: "coq version 8.9.0"
OPAM_PKG: "coq-iris"
DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
TIMING_PROJECT: "iris"
TIMING_CONF: "coq-8.9.dev"
TIMING_CONF: "coq-8.9.0"
tags:
- fp-timing
......@@ -56,8 +58,6 @@ build-coq.8.8.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.8.0"
OPAM_PKG: "coq-iris"
DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
TIMING_PROJECT: "iris"
TIMING_CONF: "coq-8.8.0"
tags:
......
......@@ -18,7 +18,7 @@ definitions and some derived forms is available in
This version is known to compile with:
- Coq 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2
- Coq 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2 / 8.9.0
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
For a version compatible with Coq 8.6, have a look at 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