File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - ' coqorg/coq:8.19'
2222 - ' coqorg/coq:8.18'
2323 - ' rocq/rocq-prover:dev'
24+ - ' rocq/rocq-prover:9.2'
25+ - ' rocq/rocq-prover:9.1'
2426 - ' rocq/rocq-prover:9.0'
2527 fail-fast : false
2628 steps :
Original file line number Diff line number Diff line change @@ -30,8 +30,9 @@ build: [
3030]
3131install: [make "install"]
3232depends: [
33- "coq" {(>= "8.18" & < "9.1~") | (= "dev")}
34- "coq-bignums"
33+ ("coq" {>= "8.18" & < "8.21~"}
34+ | "rocq-core" {(>= "9.0" & < "9.4~") | (= "dev")})
35+ "coq-bignums"
3536]
3637
3738tags: [
Original file line number Diff line number Diff line change @@ -51,11 +51,16 @@ license:
5151 identifier : MIT
5252
5353supported_coq_versions :
54- text : Coq/Rocq 8.18 or later (use releases for other Coq/Rocq versions)
55- opam : ' {(>= "8.18" & < "9.1~") | (= "dev")}'
54+ text : Coq 8.18 to 8.20 or Rocq 9.0 to 9.3 (use releases for other Coq/Rocq versions)
55+ # The coq-core/rocq-core split (Rocq 9.2 drops the `coq` compatibility
56+ # package) means the compiler dependency must be hand-written as a
57+ # disjunction in coq-math-classes.opam; this field is kept for reference.
58+ opam : ' {>= "8.18" & < "8.21~"} | "rocq-core" {(>= "9.0" & < "9.4~") | (= "dev")}'
5659
5760tested_rocq_opam_versions :
5861- version : dev
62+ - version : " 9.2"
63+ - version : " 9.1"
5964- version : " 9.0"
6065
6166tested_coq_opam_versions :
You can’t perform that action at this time.
0 commit comments