Skip to content

Commit 49d96ca

Browse files
authored
Merge pull request #31 from coq-community/release-1.17
update packages and CI for MathComp up to and including 1.17.0
2 parents 18bdabc + 7fd6b3d commit 49d96ca

File tree

5 files changed

+14
-60
lines changed

5 files changed

+14
-60
lines changed

.github/workflows/docker-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
image:
20-
- 'mathcomp/mathcomp-dev:coq-dev'
20+
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
21+
- 'mathcomp/mathcomp:1.16.0-coq-8.16'
2122
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
2223
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
2324
- 'mathcomp/mathcomp:1.13.0-coq-8.14'

coq-graph-theory-planar.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ as part of the Coq proof of the Four-Color Theorem."""
1515

1616
build: ["dune" "build" "-p" name "-j" jobs]
1717
depends: [
18-
"coq" {(>= "8.14" & < "8.17~") | (= "dev")}
19-
"coq-mathcomp-ssreflect" {(>= "1.13" & < "1.16~") | (= "dev")}
18+
"coq" {(>= "8.14" & < "8.18~") | (= "dev")}
19+
"coq-mathcomp-ssreflect" {>= "1.13" & < "1.18~"}
2020
"coq-graph-theory" {= version}
2121
"coq-fourcolor"
2222
]

coq-graph-theory.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ from the literature (e.g., Menger's Theorem and Hall's Marriage Theorem)."""
1616
build: ["dune" "build" "-p" name "-j" jobs]
1717
depends: [
1818
"dune" {>= "2.5"}
19-
"coq" {(>= "8.14" & < "8.17~") | (= "dev")}
20-
"coq-mathcomp-ssreflect" {(>= "1.13" & < "1.16~") | (= "dev")}
19+
"coq" {(>= "8.14" & < "8.18~") | (= "dev")}
20+
"coq-mathcomp-ssreflect" {>= "1.13" & < "1.18~"}
2121
"coq-mathcomp-algebra"
2222
"coq-mathcomp-finmap"
2323
"coq-hierarchy-builder" {>= "1.1.0"}

depopts.patch

Lines changed: 0 additions & 51 deletions
This file was deleted.

meta.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,15 @@ license:
6565

6666
supported_coq_versions:
6767
text: 8.14 or later
68-
opam: '{(>= "8.14" & < "8.17~") | (= "dev")}'
68+
opam: '{(>= "8.14" & < "8.18~") | (= "dev")}'
6969

7070
tested_coq_opam_versions:
71-
- version: 'coq-dev'
72-
repo: 'mathcomp/mathcomp-dev'
71+
- version: '1.17.0-coq-8.17'
72+
repo: 'mathcomp/mathcomp'
73+
- version: '1.16.0-coq-8.16'
74+
repo: 'mathcomp/mathcomp'
75+
- version: '1.15.0-coq-8.16'
76+
repo: 'mathcomp/mathcomp'
7377
- version: '1.15.0-coq-8.16'
7478
repo: 'mathcomp/mathcomp'
7579
- version: '1.14.0-coq-8.15'
@@ -82,7 +86,7 @@ ci_cron_schedule: '25 5 * * 5'
8286
dependencies:
8387
- opam:
8488
name: coq-mathcomp-ssreflect
85-
version: '{(>= "1.13" & < "1.16~") | (= "dev")}'
89+
version: '{>= "1.13" & < "1.18~"}'
8690
description: MathComp's [SSReflect library](https://math-comp.github.io), version 1.13 or later
8791
- opam:
8892
name: coq-mathcomp-algebra

0 commit comments

Comments
 (0)