diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be98018acf3a380f5be31628a063a5435944af0f..b69cfc3e8c951595378a9a74011e25908c09b0c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,10 @@ build-coq.8.11.dev: OPAM_PINS: "coq version 8.11.dev" CI_COQCHK: "1" -build-coq.8.11.0: +build-coq.8.11.1: <<: *template variables: - OPAM_PINS: "coq version 8.11.0" + OPAM_PINS: "coq version 8.11.1" OPAM_PKG: "coq-stdpp" DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" tags: diff --git a/README.md b/README.md index 487ae51fef52200dd2f08d8c3619a7f77706f2c7..4aae95a76750ac28d7fdda89439302bca9801449 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notably: This version is known to compile with: - - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2 / 8.11.0 + - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2 / 8.11.1 ## Installing via opam