From f4d3993bae3d6b08a4920a65a8690c8f2adc27f5 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 1 Nov 2018 11:34:29 +0100 Subject: [PATCH] test Coq 8.8.2, and test only that --- .gitlab-ci.yml | 11 +++-------- README.md | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8ffdde..f8901dd 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 1495a71..2dc079a 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 -- GitLab