File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
image :
11
11
- mathcomp/mathcomp:2.2.0-coq-8.20
12
12
- mathcomp/mathcomp:2.3.0-coq-8.20
13
+ - mathcomp/mathcomp:2.4.0-coq-8.20
14
+ - mathcomp/mathcomp:2.4.0-rocq-prover-9.0
13
15
- mathcomp/mathcomp-dev:coq-8.20
14
16
fail-fast : false
15
17
steps :
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ build: [make "-j%{jobs}%"]
9
9
install: [make "install"]
10
10
depends: [
11
11
("coq" {>= "8.20" & < "8.21~"}
12
- | "rocq-core" {>= "9.0" | = "dev" })
13
- "coq-mathcomp-ssreflect" {( >= "2.2" & < "2.4~") | = "dev "}
12
+ | "rocq-core" {>= "9.0"})
13
+ "coq-mathcomp-ssreflect" {>= "2.2"}
14
14
"coq-mathcomp-algebra"
15
- "coq-mathcomp-bigenough" {( >= "1.0" & < "1.1~") | = "dev "}
16
- "coq-mathcomp-finmap" {( >= "2.1" & < "2.3~") | = "dev "}
15
+ "coq-mathcomp-bigenough" {>= "1.0"}
16
+ "coq-mathcomp-finmap" {>= "2.1"}
17
17
]
18
18
tags: [
19
19
"keyword:multinomials"
You can’t perform that action at this time.
0 commit comments