We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25573b5 + 53f68a7 commit 10b430aCopy full SHA for 10b430a
.github/workflows/ci.yml
@@ -8,8 +8,6 @@ jobs:
8
strategy:
9
matrix:
10
image:
11
- - mathcomp/mathcomp:2.2.0-coq-8.20
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
15
- mathcomp/mathcomp-dev:coq-8.20
coq-mathcomp-multinomials.opam
@@ -10,10 +10,10 @@ install: [make "install"]
depends: [
("coq" {>= "8.20" & < "8.21~"}
| "rocq-core" {>= "9.0"})
- "coq-mathcomp-ssreflect" {>= "2.2"}
+ "coq-mathcomp-ssreflect" {>= "2.4"}
"coq-mathcomp-algebra"
- "coq-mathcomp-bigenough" {>= "1.0"}
16
- "coq-mathcomp-finmap" {>= "2.1"}
+ "coq-mathcomp-bigenough"
+ "coq-mathcomp-finmap"
17
]
18
tags: [
19
"keyword:multinomials"
0 commit comments