diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34e98e4cb3b76bc2f18dc674bd29e9a5043daa9b..fcf8bfc4956595f2a950c20be65c375897f542f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,10 +42,10 @@ variables: ## Build jobs -build-coq.8.16.0: +build-coq.8.16.1: <<: *template variables: - OPAM_PINS: "coq version 8.16.0" + OPAM_PINS: "coq version 8.16.1" DENY_WARNINGS: "1" MANGLE_NAMES: "1" OPAM_PKG: "1" @@ -55,11 +55,11 @@ build-coq.8.16.0: - fp-timing interruptible: false -build-coq.8.16.0-mr: +build-coq.8.16.1-mr: <<: *template <<: *only_mr variables: - OPAM_PINS: "coq version 8.16.0" + OPAM_PINS: "coq version 8.16.1" DENY_WARNINGS: "1" MANGLE_NAMES: "1" diff --git a/README.md b/README.md index a963227c62bcf086639b270647dbcd8f1bb8f82d..68fb07fc49b82ebd12bd4848bc439a98829fe863 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options. This version is known to compile with: - - Coq 8.13.2 / 8.14.1 / 8.15.2 / 8.16.0 + - Coq 8.13.2 / 8.14.1 / 8.15.2 / 8.16.1 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) If you need to work with older versions of Coq, you can check out the