Skip to content

Commit

Permalink
Merge pull request #10 from coq-community/mc-1.14
Browse files Browse the repository at this point in the history
allow MathComp 1.14.0 in opam and test in CI
  • Loading branch information
thery authored Mar 23, 2022
2 parents 61303be + 4400a55 commit 74133fe
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- 'mathcomp/mathcomp-dev:coq-8.13'
- 'mathcomp/mathcomp-dev:coq-8.12'
- 'mathcomp/mathcomp-dev:coq-8.11'
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
- 'mathcomp/mathcomp:1.13.0-coq-8.14'
- 'mathcomp/mathcomp:1.13.0-coq-8.13'
- 'mathcomp/mathcomp:1.13.0-coq-8.12'
Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-numbers.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.14~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
"coq-mathcomp-algebra"
"coq-gaia-theory-of-sets" {= version}
"coq-gaia-ordinals" {= version}
Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-ordinals.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.14~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
"coq-gaia-theory-of-sets" {= version}
"coq-gaia-schutte" {= version}
]
Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-schutte.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.14~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
]

tags: [
Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-stern.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.14~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
"coq-mathcomp-algebra"
]

Expand Down
2 changes: 1 addition & 1 deletion coq-gaia-theory-of-sets.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.14~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
]

tags: [
Expand Down
6 changes: 5 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ supported_coq_versions:
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "1.12.0" & < "1.14~") | (= "dev")}'
version: '{(>= "1.12.0" & < "1.15~") | (= "dev")}'
description: |-
[MathComp ssreflect 1.12 or later](https://math-comp.github.io)
- opam:
Expand All @@ -88,6 +88,10 @@ tested_coq_opam_versions:
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.11'
repo: 'mathcomp/mathcomp-dev'
- version: '1.14.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.14.0-coq-8.14'
repo: 'mathcomp/mathcomp'
- version: '1.13.0-coq-8.14'
repo: 'mathcomp/mathcomp'
- version: '1.13.0-coq-8.13'
Expand Down

0 comments on commit 74133fe

Please sign in to comment.