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

drop support for Coq 8.10

parent c4ddf629
No related branches found
No related tags found
No related merge requests found
Pipeline #40646 passed
......@@ -40,16 +40,10 @@ build-coq.8.11.2:
OPAM_PINS: "coq version 8.11.2"
DENY_WARNINGS: "1"
build-coq.8.10.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.10.2"
DENY_WARNINGS: "1"
build-iris.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.12.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV coq-iris-heap-lang.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
OPAM_PINS: "coq version 8.13.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV coq-iris-heap-lang.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
except:
only:
- triggers
......
......@@ -9,7 +9,7 @@ This tutorial comes in two versions:
For the tutorial material you need to have the following dependencies installed:
- Coq 8.10.2 / 8.11.2 / 8.12.0
- Coq 8.11.2 / 8.12.0
- A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
*Note:* the tutorial material will not work with earlier versions of Iris, it
......
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