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

test on Coq 8.18.0

parent 83237066
No related branches found
No related tags found
No related merge requests found
Pipeline #89109 passed
......@@ -44,6 +44,11 @@ variables:
## Build jobs
build-coq.8.18.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.18.0"
build-coq.8.17.0:
<<: *template
variables:
......
......@@ -43,7 +43,7 @@ Notably:
This version is known to compile with:
- Coq version 8.15.2 / 8.16.1 / 8.17.0
- Coq version 8.15.2 / 8.16.1 / 8.17.0 / 8.18.0
Generally we always aim to support the last two stable Coq releases. Support for
older versions will be dropped when it is convenient.
......
......@@ -33,7 +33,7 @@ tags: [
]
depends: [
"coq" { (>= "8.15" & < "8.18~") | (= "dev") }
"coq" { (>= "8.15" & < "8.19~") | (= "dev") }
]
build: ["./make-package" "stdpp" "-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