diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a61b29d94a453b504aa61ff7a6cefd8376b7d36..fe89c9d52bc5453db86345f0f92a0332401853f7 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 65bfa7b1d201452dcd14e302858fabf81b0ccc82..92798f4d9119301c480676b3cf1c716698212a22 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") }
 ]