diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ae200c19fd0dd9d93ca42a60e247d5ccba72cbc..76cc51eb29e04d1134f3b6b848664081bc5b8aed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,10 +34,15 @@ build-coq.dev: MANGLE_NAMES: "1" CI_COQCHK: "1" -build-coq.8.12.1: +build-coq.8.13.0: <<: *template variables: - OPAM_PINS: "coq version 8.12.1" + OPAM_PINS: "coq version 8.13.0" + +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" diff --git a/README.md b/README.md index 3b5691e073f0072841b47d140ab4bf47cc7347ea..6219bbbf8b3b2a6f9c9a048c8d5b7053960234c5 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.1 + - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.0 ## Installing via opam