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

drop support for Coq 8.7, and bump 8.8 to 8.8.2

parent 8c83ca0e
No related branches found
No related tags found
No related merge requests found
Pipeline #12516 failed
......@@ -26,24 +26,19 @@ variables:
## Build jobs
build-coq.8.8.0:
build-coq.8.8.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.8.0"
build-coq.8.7.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.2"
OPAM_PINS: "coq version 8.8.2"
TIMING_PROJECT: "igps"
TIMING_CONF: "coq-8.7.2"
TIMING_CONF: "coq-8.8.2"
tags:
- fp-timing
build-iris.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.2 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
OPAM_PINS: "coq version 8.8.2 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
except:
only:
- triggers
......
......@@ -6,7 +6,7 @@ which are variants of **GPS** and **RSL** in Iris.
## Dependencies
The master branch is known to compile with:
* Coq 8.7.2 / 8.8.0
* Coq 8.8.2
* Iris (MoSeL branch)
## Build
......
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