Skip to content

Commit

Permalink
[CI] Add MathComp 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed May 17, 2023
1 parent 7fb0f10 commit 3ce6a91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
- 'mathcomp/mathcomp:1.17.0-coq-8.16'
- 'mathcomp/mathcomp:1.17.0-coq-8.15'
- 'mathcomp/mathcomp:1.16.0-coq-8.17'
- 'mathcomp/mathcomp:1.16.0-coq-8.16'
- 'mathcomp/mathcomp:1.16.0-coq-8.15'
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
- 'mathcomp/mathcomp:1.13.0-coq-8.15'
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp-dev:coq-8.17'
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion coq-coqeal.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ depends: [
"coq-bignums"
"coq-paramcoq" {>= "1.1.3"}
"coq-mathcomp-multinomials" {((>= "1.6.0" & < "1.7~") | = "dev")}
"coq-mathcomp-algebra" {((>= "1.13.0" & < "1.17~") | = "dev")}
"coq-mathcomp-algebra" {((>= "1.15.0" & < "1.18~") | = "dev")}
"coq-mathcomp-real-closed" {(>= "1.1.2" & < "1.2~") | (= "dev")}
]

Expand Down

0 comments on commit 3ce6a91

Please sign in to comment.