diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 802ca57a5926943f680a82a4d51e593f03946e20..7f4d6df853732fa3072fd63d013ec54d05c0a197 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,10 +41,10 @@ build-coq.dev: OPAM_PINS: "coq version dev" VALIDATE: "1" -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" OPAM_PKG: "coq-iris" tags: - fp-timing @@ -52,3 +52,8 @@ build-coq.8.7.1: paths: - build-time.txt - build-env.txt + +build-coq.8.7.1: + <<: *template + variables: + OPAM_PINS: "coq version 8.7.1" diff --git a/README.md b/README.md index 5a22285dafa5bf8c11ed59da3ac85417b4dc2a5e..7879fc1169e866a79bb7aba8e1d5f4969a0ad1a3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org). This version is known to compile with: - - Coq 8.7.1 + - Coq 8.7.1 / 8.7.2 - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) If you need to work with Coq 8.5, please check out the