diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8ffdde5facde815297362aa98c0c798bf222464..f8901dd382f7a51a6c32bad8a6f9e25daf2a1ae2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,20 +26,15 @@ 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" 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 diff --git a/README.md b/README.md index 1495a7100d3bdccb09d656e5941775d18675774d..2dc079a2c39b415abe90027283b8e5f256428ae1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Atomicity related verification based on Iris logic. This version is known to compile with: - - Coq 8.7.2 / 8.8.0 + - Coq 8.8.2 - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) ## Building from source