diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b3f6b7fdbe3b4d5559d85a0dcb677665f72ca97..ada1ff7d4a0b59260658bac7cf076df56aeabf57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,10 +41,10 @@ variables: ## Build jobs -build-coq.dev: +build-coq.8.14.dev: <<: *template variables: - OPAM_PINS: "coq version dev" + OPAM_PINS: "coq version 8.14.dev" MANGLE_NAMES: "1" CI_COQCHK: "1" diff --git a/coq-stdpp.opam b/coq-stdpp.opam index 3342296cab53b7e0f71db3ce069381b95c279474..4e236ebde474a89d737d6ff458104dd9365c7b2e 100644 --- a/coq-stdpp.opam +++ b/coq-stdpp.opam @@ -30,7 +30,7 @@ The key features of this library are as follows: """ depends: [ - "coq" { (>= "8.10.2" & < "8.14~") | (= "dev") } + "coq" { (>= "8.10.2" & < "8.15~") | (= "dev") } ] build: [make "-j%{jobs}%"]