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

test the Coq 8.11 branch

parent 2b916512
No related branches found
No related tags found
No related merge requests found
Pipeline #21475 failed
......@@ -33,6 +33,12 @@ build-coq.dev:
OPAM_PINS: "coq version dev"
CI_COQCHK: "1"
build-coq.8.11.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.11.dev"
CI_COQCHK: "1"
build-coq.8.10.1:
<<: *template
variables:
......@@ -43,11 +49,6 @@ build-coq.8.10.1:
tags:
- fp-timing
build-coq.8.10.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.10.0"
build-coq.8.9.1:
<<: *template
variables:
......
......@@ -45,7 +45,7 @@ Notably:
This version is known to compile with:
- Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.0 / 8.10.1
- Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.1
## Installing via opam
......
......@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"]
depends: [
"coq" { (>= "8.7.2" & < "8.11~") | (= "dev") }
"coq" { (>= "8.7.2" & < "8.12~") | (= "dev") }
]
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