diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79ec3926b97d36e58b25cbe1f1d6b1f6ef02ca9a..3419f1c4543fc47a158fd2dfbd9fbc108b21846c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,11 +34,16 @@ build-coq.dev: OPAM_PINS: "coq version dev" CI_COQCHK: "1" -build-coq.8.10.dev: +build-coq.8.10.1: <<: *template variables: OCAML: "ocaml-base-compiler.4.07.0" - OPAM_PINS: "coq version 8.10.dev" + OPAM_PINS: "coq version 8.10.1" + OPAM_PKG: "coq-stdpp" + DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" + TIMING_CONF: "coq-8.10.1" + tags: + - fp-timing build-coq.8.9.1: <<: *template @@ -49,11 +54,6 @@ build-coq.8.9.0: <<: *template variables: OPAM_PINS: "coq version 8.9.0" - OPAM_PKG: "coq-stdpp" - DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" - TIMING_CONF: "coq-8.9.0" - tags: - - fp-timing build-coq.8.8.2: <<: *template @@ -65,14 +65,6 @@ build-coq.8.8.1: variables: OPAM_PINS: "coq version 8.8.1" -build-coq.8.8.0: - <<: *template - variables: - OPAM_PINS: "coq version 8.8.0" - TIMING_CONF: "coq-8.8.0" - tags: - - fp-timing - build-coq.8.7.2: <<: *template variables: diff --git a/README.md b/README.md index 892363073ba71f0499eb6a769e586129e758b337..efadca8e151dbf32dd1dc0764e4a7f8cd2a801ba 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.0 / 8.8.1 / 8.8.2 / 8.9.0 / 8.9.1 + - Coq version 8.7.2 / 8.8.1 / 8.8.2 / 8.9.0 / 8.9.1 / 8.10.1 ## Installing via opam