Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Nov 20, 2023
1 parent 30fca1f commit b8a5ef8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:1.16.0-coq-8.17'
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
- 'mathcomp/mathcomp:1.18.0-coq-8.17'
- 'mathcomp/mathcomp:1.17.0-coq-8.18'
- 'mathcomp/mathcomp:1.18.0-coq-8.18'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
15 changes: 7 additions & 8 deletions coq-infotheo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ build: [
]
install: [make "install"]
depends: [
"coq" { (>= "8.17" & < "8.18~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.16.0" & < "1.18~") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "1.16.0" & < "1.18~") | (= "dev") }
"coq-mathcomp-algebra" { (>= "1.16.0" & < "1.18~") | (= "dev") }
"coq-mathcomp-solvable" { (>= "1.16.0" & < "1.18~") | (= "dev") }
"coq-mathcomp-field" { (>= "1.16.0" & < "1.18~") | (= "dev") }
"coq" { (>= "8.17" & < "8.19~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-algebra" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-solvable" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-field" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-analysis" { (>= "0.5.4") & (< "0.7~")}
"coq-hierarchy-builder" { >= "1.3.0" }
"coq-mathcomp-algebra-tactics" { (>= "1.1.1") | (= "dev") }
"coq-hierarchy-builder" { = "1.5.0" }
]

tags: [
Expand Down
22 changes: 13 additions & 9 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,38 +42,42 @@ nix: true

supported_coq_versions:
text: Coq 8.17
opam: '{ (>= "8.17" & < "8.18~") | (= "dev") }'
opam: '{ (>= "8.17" & < "8.19~") | (= "dev") }'

tested_coq_opam_versions:
- version: '1.16.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.17.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.18.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.17.0-coq-8.18'
repo: 'mathcomp/mathcomp'
- version: '1.18.0-coq-8.18'
repo: 'mathcomp/mathcomp'

dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{ (>= "1.16.0" & < "1.18~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
description: |-
[MathComp ssreflect](https://math-comp.github.io)
- opam:
name: coq-mathcomp-fingroup
version: '{ (>= "1.16.0" & < "1.18~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
description: |-
[MathComp fingroup](https://math-comp.github.io)
- opam:
name: coq-mathcomp-algebra
version: '{ (>= "1.16.0" & < "1.18~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
description: |-
[MathComp algebra](https://math-comp.github.io)
- opam:
name: coq-mathcomp-solvable
version: '{ (>= "1.16.0" & < "1.18~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
description: |-
[MathComp solvable](https://math-comp.github.io)
- opam:
name: coq-mathcomp-field
version: '{ (>= "1.16.0" & < "1.18~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
description: |-
[MathComp field](https://math-comp.github.io)
- opam:
Expand All @@ -83,7 +87,7 @@ dependencies:
[MathComp analysis](https://github.com/math-comp/analysis)
- opam:
name: coq-hierarchy-builder
version: '{ >= "1.3.0" }'
version: '{ = "1.5.0" }'
description: |-
[Hierarchy Builder](https://github.com/math-comp/hierarchy-builder)
namespace: infotheo
Expand Down

0 comments on commit b8a5ef8

Please sign in to comment.