diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3419f1c4543fc47a158fd2dfbd9fbc108b21846c..3963035d3b7b0a4e99e00776c22f3c4b5d1e0149 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,12 @@ build-coq.8.10.1: tags: - fp-timing +build-coq.8.10.0: + <<: *template + variables: + OCAML: "ocaml-base-compiler.4.07.0" + OPAM_PINS: "coq version 8.10.0" + build-coq.8.9.1: <<: *template variables: @@ -60,11 +66,6 @@ build-coq.8.8.2: variables: OPAM_PINS: "coq version 8.8.2" -build-coq.8.8.1: - <<: *template - variables: - OPAM_PINS: "coq version 8.8.1" - build-coq.8.7.2: <<: *template variables: diff --git a/README.md b/README.md index efadca8e151dbf32dd1dc0764e4a7f8cd2a801ba..3ee86e6567e9795a43326feb3012b0bd693cde03 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.1 / 8.8.2 / 8.9.0 / 8.9.1 / 8.10.1 + - Coq version 8.7.2 / 8.8.2 / 8.9.0 / 8.9.1 / 8.10.0 / 8.10.1 ## Installing via opam