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

nightly builds: use latest std++; test Coq 8.7.2 (instead of 8.7.1)

parent f06aa0e0
No related branches found
No related tags found
No related merge requests found
......@@ -31,15 +31,15 @@ build-coq.8.8.0:
variables:
OPAM_PINS: "coq version 8.8.0"
build-coq.8.7.1:
build-coq.8.7.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.1"
OPAM_PINS: "coq version 8.7.2"
build-iris.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.1 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
OPAM_PINS: "coq version 8.7.2 coq-stdpp.dev git https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
except:
only:
- triggers
......
......@@ -6,7 +6,7 @@ Atomicity related verification based on Iris logic.
This version is known to compile with:
- Coq 8.7.1 / 8.8.0
- Coq 8.7.2 / 8.8.0
- A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
## Building from source
......
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