From 3a0c0ae002a0b51c0ab25586c6ed2fd43173aef8 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 7 Nov 2019 10:45:34 +0100 Subject: [PATCH] test 8.10.0 instead of 8.8.1 --- .gitlab-ci.yml | 11 ++++++----- README.md | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3419f1c4..3963035d 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 efadca8e..3ee86e65 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 -- GitLab