Skip to content
Snippets Groups Projects
Commit db699c57 authored by Ralf Jung's avatar Ralf Jung
Browse files

test Coq 8.14 beta branch

parent 0a38be45
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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}%"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment