Skip to content

Commit

Permalink
Mark compatible with MC 2.2 & Coq 8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 20, 2024
1 parent ea00b1d commit 39e89db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
image:
- mathcomp/mathcomp:2.0.0-coq-8.16
- mathcomp/mathcomp:2.1.0-coq-8.16
- mathcomp/mathcomp:2.2.0-coq-8.16
- mathcomp/mathcomp:2.0.0-coq-8.17
- mathcomp/mathcomp:2.1.0-coq-8.17
- mathcomp/mathcomp:2.2.0-coq-8.17
- mathcomp/mathcomp:2.0.0-coq-8.18
- mathcomp/mathcomp:2.1.0-coq-8.18
- mathcomp/mathcomp:2.2.0-coq-8.18
- mathcomp/mathcomp:2.2.0-coq-8.19
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion coq-mathcomp-word.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build: [ "dune" "build" "-p" name "-j" jobs ]
depends: [
"dune" {>= "2.8"}
"coq" {>= "8.16"}
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.2~")}
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.3~")}
"coq-mathcomp-algebra"
]
synopsis: "Yet Another Coq Library on Machine Words"
Expand Down

0 comments on commit 39e89db

Please sign in to comment.