Skip to content

Commit

Permalink
Merge pull request #87 from proux01/coq819
Browse files Browse the repository at this point in the history
[CI] Add Coq 8.19 and MC 2.2
  • Loading branch information
pi8027 authored Jan 17, 2024
2 parents b91bd37 + 6ba25fc commit 07713f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ 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.16
- mathcomp/mathcomp:2.2.0-coq-8.17
- mathcomp/mathcomp:2.2.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
- mathcomp/mathcomp-dev:coq-8.19
- mathcomp/mathcomp-dev:coq-dev
fail-fast: false
steps:
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 07713f4

Please sign in to comment.