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

allow and test against Coq 8.16 branch

parent e3ac2c2f
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,11 @@ variables:
## Build jobs
build-coq.8.16+rc1:
<<: *template
variables:
OPAM_PINS: "coq version 8.16+rc1"
build-coq.8.15.1:
<<: *template
variables:
......
......@@ -27,8 +27,8 @@ tags: [
]
depends: [
"coq" { (>= "8.13" & < "8.16~") | (= "dev") }
"coq-stdpp" { (= "dev.2022-08-11.3.67890e47") | (= "dev") }
"coq" { (>= "8.13" & < "8.17~") | (= "dev") }
"coq-stdpp" { (= "dev.2022-08-11.4.409da1f6") | (= "dev") }
]
build: ["./make-package" "iris" "-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