Skip to content

Commit

Permalink
[CI] Add Coq 8.19 and MC 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jan 17, 2024
1 parent b91bd37 commit 7ca4d38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- mathcomp/mathcomp:2.1.0-coq-8.16
- mathcomp/mathcomp:2.1.0-coq-8.17
- mathcomp/mathcomp:2.1.0-coq-8.18
- mathcomp/mathcomp:2.2.0-coq-8.19
- mathcomp/mathcomp-dev:coq-8.16
- mathcomp/mathcomp-dev:coq-8.17
- mathcomp/mathcomp-dev:coq-8.18
Expand Down
6 changes: 3 additions & 3 deletions coq-mathcomp-multinomials.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ build: [
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"coq" {(>= "8.16" & < "8.19~") | = "dev"}
"coq" {(>= "8.16" & < "8.20~") | = "dev"}
"dune" {>= "3.8"}
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.2~") | = "dev"}
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.3~") | = "dev"}
"coq-mathcomp-algebra"
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
"coq-mathcomp-finmap" {(>= "2.0" & < "2.1~") | = "dev"}
"coq-mathcomp-finmap" {(>= "2.0" & < "2.2~") | = "dev"}
]
tags: [
"keyword:multinomials"
Expand Down

0 comments on commit 7ca4d38

Please sign in to comment.