diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ace4175be6a2b8a74b3ade2137f2884895c6a7ee..8e3630041af16ae3c6e244565ab453bee1c9d9a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,14 @@ build-coq.8.17.0: OPAM_PINS: "coq version 8.17.0" DENY_WARNINGS: "1" +build-coq.8.17.0-mr: + <<: *template + <<: *only_mr + variables: + OPAM_PINS: "coq version 8.17.0" + DENY_WARNINGS: "1" + MANGLE_NAMES: "1" + build-coq.8.16.1: <<: *template variables: @@ -63,27 +71,12 @@ build-coq.8.16.1: - fp-timing interruptible: false -build-coq.8.16.1-mr: - <<: *template - <<: *only_mr - variables: - OPAM_PINS: "coq version 8.16.1" - DENY_WARNINGS: "1" - MANGLE_NAMES: "1" - build-coq.8.15.2: - <<: *template - variables: - OPAM_PINS: "coq version 8.15.2" - DENY_WARNINGS: "1" - -build-coq.8.14.1: <<: *template <<: *branches_and_mr variables: - OPAM_PINS: "coq version 8.14.1" + OPAM_PINS: "coq version 8.15.2" DENY_WARNINGS: "1" - OCAML: "ocaml-base-compiler.4.07.1" # Nightly job with a known-to-work Coq version # (so failures must be caused by std++) diff --git a/README.md b/README.md index b9bf661967dd8c87fdedc6ffcd05100571a7edd4..4b3a40bec1831ad6bb5bfa695e9928c80acdec6c 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.14.1 / 8.15.2 / 8.16.1 / 8.17.0 + - Coq 8.15.2 / 8.16.1 / 8.17.0 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) Generally we always aim to support at least the last two stable Coq releases.