diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f8a853455bd134b231457f62bd692c85f5a95f4..5ebf1e02e3c9e7ee53d04d9baf4a93bd69bfdfbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,17 +72,10 @@ build-coq.8.15.2: DENY_WARNINGS: "1" build-coq.8.14.1: - <<: *template - variables: - OPAM_PINS: "coq version 8.14.1" - DENY_WARNINGS: "1" - OCAML: "ocaml-base-compiler.4.07.1" - -build-coq.8.13.2: <<: *template <<: *branches_and_mr variables: - OPAM_PINS: "coq version 8.13.2" + OPAM_PINS: "coq version 8.14.1" DENY_WARNINGS: "1" OCAML: "ocaml-base-compiler.4.07.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d50c1007eecb5636b927d343cb76d8eb39a339..550d565057423d98c85db0366beba4dc4955f0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ lemma. ## Iris master +Coq 8.13 is no longer supported. + **Changes in `algebra`:** * Add (basic) support for `gset` and `gset_disj` cameras to `set_solver`. diff --git a/README.md b/README.md index 6d9122aa9bd790c4e242ea2c4660ad1c90272982..342448a183a0018f3dbc216062aeae2138c7af43 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.1 + - Coq 8.14.1 / 8.15.2 / 8.16.1 - 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.