Skip to content

Commit

Permalink
Merge pull request #12 from coq-community/mathcomp-1.15
Browse files Browse the repository at this point in the history
Update CI with mathcomp 1.15
  • Loading branch information
CohenCyril authored Jul 26, 2022
2 parents 74133fe + ee9b95a commit edb4131
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 18 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
Expand All @@ -16,11 +18,13 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp-dev:coq-8.16'
- 'mathcomp/mathcomp-dev:coq-8.15'
- 'mathcomp/mathcomp-dev:coq-8.14'
- 'mathcomp/mathcomp-dev:coq-8.13'
- 'mathcomp/mathcomp-dev:coq-8.12'
- 'mathcomp/mathcomp-dev:coq-8.11'
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
- 'mathcomp/mathcomp:1.13.0-coq-8.14'
Expand Down
4 changes: 2 additions & 2 deletions coq-gaia-numbers.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Elements of Mathematics in Coq using the Mathematical Components library."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
"coq" {(>= "8.10" & < "8.17~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.16~") | (= "dev")}
"coq-mathcomp-algebra"
"coq-gaia-theory-of-sets" {= version}
"coq-gaia-ordinals" {= version}
Expand Down
4 changes: 2 additions & 2 deletions coq-gaia-ordinals.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ the Mathematical Components library."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
"coq" {(>= "8.10" & < "8.17~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.16~") | (= "dev")}
"coq-gaia-theory-of-sets" {= version}
"coq-gaia-schutte" {= version}
]
Expand Down
4 changes: 2 additions & 2 deletions coq-gaia-schutte.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ following the approaches of Schütte and Ackermann."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
"coq" {(>= "8.10" & < "8.17~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.16~") | (= "dev")}
]

tags: [
Expand Down
4 changes: 2 additions & 2 deletions coq-gaia-stern.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Mathematical Components library."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
"coq" {(>= "8.10" & < "8.17~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.16~") | (= "dev")}
"coq-mathcomp-algebra"
]

Expand Down
4 changes: 2 additions & 2 deletions coq-gaia-theory-of-sets.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Elements of Mathematics in Coq using the Mathematical Components library."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.15~") | (= "dev")}
"coq" {(>= "8.10" & < "8.17~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.16~") | (= "dev")}
]

tags: [
Expand Down
16 changes: 10 additions & 6 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ license:

supported_coq_versions:
text: '8.10 or later'
opam: '{(>= "8.10" & < "8.16~") | (= "dev")}'
opam: '{(>= "8.10" & < "8.17~") | (= "dev")}'

dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "1.12.0" & < "1.15~") | (= "dev")}'
version: '{(>= "1.12.0" & < "1.16~") | (= "dev")}'
description: |-
[MathComp ssreflect 1.12 or later](https://math-comp.github.io)
- opam:
Expand All @@ -78,16 +78,20 @@ dependencies:
tested_coq_opam_versions:
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.16'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.15'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.14'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.13'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.12'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.11'
repo: 'mathcomp/mathcomp-dev'
- version: '1.15.0-coq-8.16'
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.14'
repo: 'mathcomp/mathcomp'
- version: '1.14.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.14.0-coq-8.14'
Expand Down

0 comments on commit edb4131

Please sign in to comment.