diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7302afd6e68c7f16dd26019bc39e89ca2d69f918..32e300838c4acb43a05f47b6fea3a80a8e2a1146 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,15 @@ variables: ## Build jobs -build-coq.8.11.1: +build-coq.8.12.dev: <<: *template variables: - OPAM_PINS: "coq version 8.11.1" + OPAM_PINS: "coq version 8.12.dev" + +build-coq.8.11.2: + <<: *template + variables: + OPAM_PINS: "coq version 8.11.2" tags: - fp-timing diff --git a/README.md b/README.md index b82ebe339ae67b05b50325b926a3896ac25cff72..9d665eb3c1e424fc3e353e3031f8b3196f291b80 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris. This version is known to compile with: - - Coq 8.11.1 + - Coq 8.11.2 - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) - The coq86-devel branch of [Autosubst](https://github.com/uds-psl/autosubst)