Skip to content

Commit f18b250

Browse files
authored
Merge pull request #104 from math-comp/ci
Update the CI config and the OPAM file
2 parents 6e97e30 + c22f4a5 commit f18b250

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
image:
1111
- mathcomp/mathcomp:2.2.0-coq-8.20
1212
- 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
1315
- mathcomp/mathcomp-dev:coq-8.20
1416
fail-fast: false
1517
steps:

coq-mathcomp-multinomials.opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ build: [make "-j%{jobs}%"]
99
install: [make "install"]
1010
depends: [
1111
("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"}
1414
"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"}
1717
]
1818
tags: [
1919
"keyword:multinomials"

0 commit comments

Comments
 (0)