Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Aug 31, 2020
1 parent 838a593 commit aa7de57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
strategy:
matrix:
image:
- mathcomp/mathcomp:1.9.0-coq-8.9
- mathcomp/mathcomp:1.9.0-coq-8.10
- mathcomp/mathcomp:1.10.0-coq-8.10
- mathcomp/mathcomp:1.11.0-coq-8.10
- mathcomp/mathcomp:1.9.0-coq-8.11
- mathcomp/mathcomp:1.10.0-coq-8.11
- mathcomp/mathcomp:1.11.0-coq-8.11
- mathcomp/mathcomp:1.11.0-coq-8.12
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion coq-mathcomp-dioid.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [
install: [make "install"]

depends: [
"coq" {>= "8.9" & < "8.12~"}
"coq" {>= "8.10" & < "8.13~"}
"coq-mathcomp-ssreflect" {>= "1.9" & < "1.12~"}
]
synopsis: "Dioid"
Expand Down

0 comments on commit aa7de57

Please sign in to comment.