From 7b7ee122b4cbebf750012aecef559e4f3136b116 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 15 May 2019 10:31:17 +0200
Subject: [PATCH] test 8.10 beta branch

---
 .gitlab-ci.yml | 6 ++++++
 opam           | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a61b29d..fe89c9d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,12 @@ build-coq.dev:
     OPAM_PINS: "coq version dev"
     CI_COQCHK: "1"
 
+build-coq.8.10.dev:
+  <<: *template
+  variables:
+    OCAML: "ocaml-base-compiler.4.07.0"
+    OPAM_PINS: "coq version 8.10.dev"
+
 build-coq.8.9.0:
   <<: *template
   variables:
diff --git a/opam b/opam
index 65bfa7b1..92798f4d 100644
--- a/opam
+++ b/opam
@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"]
 install: [make "install"]
 remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"]
 depends: [
-  "coq" { (>= "8.7" & < "8.10~") | (= "dev") }
+  "coq" { (>= "8.7" & < "8.11~") | (= "dev") }
 ]
-- 
GitLab