Skip to content

Commit 84f104d

Browse files
authored
Merge pull request #95 from math-comp/ci
Update CI
2 parents 31e1cb6 + 5ad159a commit 84f104d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,15 @@ jobs:
1818
- mathcomp/mathcomp:2.2.0-coq-8.17
1919
- mathcomp/mathcomp:2.2.0-coq-8.18
2020
- mathcomp/mathcomp:2.2.0-coq-8.19
21+
- mathcomp/mathcomp:2.2.0-coq-8.20
22+
- mathcomp/mathcomp:2.2.0-coq-dev
23+
- mathcomp/mathcomp:2.3.0-coq-8.18
24+
- mathcomp/mathcomp:2.3.0-coq-8.19
25+
- mathcomp/mathcomp:2.3.0-coq-8.20
26+
- mathcomp/mathcomp:2.3.0-coq-dev
2127
- mathcomp/mathcomp-dev:coq-8.18
2228
- mathcomp/mathcomp-dev:coq-8.19
29+
- mathcomp/mathcomp-dev:coq-8.20
2330
- mathcomp/mathcomp-dev:coq-dev
2431
fail-fast: false
2532
steps:

coq-mathcomp-multinomials.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors: ["Pierre-Yves Strub"]
88
build: [make "-j%{jobs}%"]
99
install: [make "install"]
1010
depends: [
11-
"coq" {(>= "8.16" & < "8.20~") | = "dev"}
12-
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.3~") | = "dev"}
11+
"coq" {(>= "8.16" & < "8.21~") | = "dev"}
12+
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.4~") | = "dev"}
1313
"coq-mathcomp-algebra"
1414
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
1515
"coq-mathcomp-finmap" {(>= "2.0" & < "2.2~") | = "dev"}

0 commit comments

Comments
 (0)