Skip to content

Commit 2a51c1d

Browse files
authored
Merge pull request #78 from math-comp/ci-mc-1.17
update opam and CI
2 parents fc3a21d + dbb48b9 commit 2a51c1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- mathcomp/mathcomp:1.16.0-coq-8.15
2121
- mathcomp/mathcomp:1.16.0-coq-8.16
2222
- mathcomp/mathcomp:1.16.0-coq-8.17
23+
- mathcomp/mathcomp:1.17.0-coq-8.17
2324
- mathcomp/mathcomp-dev:coq-8.15 # (without coq-native for now)
2425
- mathcomp/mathcomp-dev:coq-8.16 # (without coq-native for now)
2526
- mathcomp/mathcomp-dev:coq-8.17 # (without coq-native for now)

coq-mathcomp-multinomials.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [
1212
depends: [
1313
"coq" {(>= "8.13" & < "8.18~") | = "dev"}
1414
"dune" {>= "2.8"}
15-
"coq-mathcomp-ssreflect" {(>= "1.13" & < "1.17~") | = "dev"}
15+
"coq-mathcomp-ssreflect" {(>= "1.13" & < "1.18~") | = "dev"}
1616
"coq-mathcomp-algebra"
1717
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
1818
"coq-mathcomp-finmap" {(>= "1.5" & < "1.6~") | = "dev"}

0 commit comments

Comments
 (0)