diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d974e6625e29be996d41893d5df806cce7fe03ad..19c8c2c039b69e3b4a70c600e126cfed21252c61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,21 +34,21 @@ build-coq.dev: MANGLE_NAMES: "1" CI_COQCHK: "1" -build-coq.8.13.0: +build-coq.8.13.1: <<: *template variables: - OPAM_PINS: "coq version 8.13.0" + OPAM_PINS: "coq version 8.13.1" DENY_WARNINGS: "1" + OPAM_PKG: "1" + DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" + tags: + - fp-timing build-coq.8.12.2: <<: *template variables: OPAM_PINS: "coq version 8.12.2" DENY_WARNINGS: "1" - OPAM_PKG: "1" - DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" - tags: - - fp-timing build-coq.8.11.2: <<: *template diff --git a/README.md b/README.md index 6219bbbf8b3b2a6f9c9a048c8d5b7053960234c5..9885db09c4653b54b0b76c6fe53270911a7c1ec9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notably: This version is known to compile with: - - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.0 + - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.1 ## Installing via opam