Skip to content

Commit

Permalink
upd meta (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist authored Dec 19, 2024
1 parent fe0d6de commit 6e4c10b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp:2.2.0-coq-8.20'
- 'mathcomp/mathcomp:2.3.0-coq-8.19'
- 'mathcomp/mathcomp:2.3.0-coq-8.20'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------
from 0.7.5 to 0.7.6
-------------------

- compatibility with MathComp 2.3.0

-------------------
from 0.7.4 to 0.7.5
-------------------
Expand Down
10 changes: 5 additions & 5 deletions coq-infotheo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ build: [
install: [make "install"]
depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0") }
"coq-mathcomp-fingroup" { (>= "2.2.0") }
"coq-mathcomp-algebra" { (>= "2.2.0") }
"coq-mathcomp-solvable" { (>= "2.2.0") }
"coq-mathcomp-field" { (>= "2.2.0") }
"coq-mathcomp-ssreflect" { (>= "2.3.0") }
"coq-mathcomp-fingroup" { (>= "2.3.0") }
"coq-mathcomp-algebra" { (>= "2.3.0") }
"coq-mathcomp-solvable" { (>= "2.3.0") }
"coq-mathcomp-field" { (>= "2.3.0") }
"coq-mathcomp-analysis" { (>= "1.7.0") }
"coq-mathcomp-reals-stdlib" { (>= "1.7.0") }
"coq-hierarchy-builder" { >= "1.5.0" }
Expand Down
14 changes: 7 additions & 7 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,35 +47,35 @@ supported_coq_versions:
opam: '{ (>= "8.19" & < "8.21~") | (= "dev") }'

tested_coq_opam_versions:
- version: '2.2.0-coq-8.19'
- version: '2.3.0-coq-8.19'
repo: 'mathcomp/mathcomp'
- version: '2.2.0-coq-8.20'
- version: '2.3.0-coq-8.20'
repo: 'mathcomp/mathcomp'

dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{ (>= "2.2.0") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp ssreflect](https://math-comp.github.io)
- opam:
name: coq-mathcomp-fingroup
version: '{ (>= "2.2.0") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp fingroup](https://math-comp.github.io)
- opam:
name: coq-mathcomp-algebra
version: '{ (>= "2.2.0") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp algebra](https://math-comp.github.io)
- opam:
name: coq-mathcomp-solvable
version: '{ (>= "2.2.0") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp solvable](https://math-comp.github.io)
- opam:
name: coq-mathcomp-field
version: '{ (>= "2.2.0") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp field](https://math-comp.github.io)
- opam:
Expand Down

0 comments on commit 6e4c10b

Please sign in to comment.