Skip to content

Commit feac350

Browse files
committed
Mark compatible with MC 2.4
1 parent 95f0a6a commit feac350

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
- mathcomp/mathcomp:2.3.0-coq-8.19
2121
- mathcomp/mathcomp:2.2.0-coq-8.20
2222
- mathcomp/mathcomp:2.3.0-coq-8.20
23+
- mathcomp/mathcomp:2.4.0-coq-8.20
2324
fail-fast: false
2425
steps:
25-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2627
- uses: rocq-community/docker-coq-action@v1
2728
with:
2829
custom_image: ${{ matrix.image }}

coq-mathcomp-word.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [ "dune" "build" "-p" name "-j" jobs ]
1010
depends: [
1111
"dune" {>= "2.8"}
1212
"coq" {>= "8.16"}
13-
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.4~")}
13+
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.5~")}
1414
"coq-mathcomp-algebra"
1515
]
1616
synopsis: "Yet Another Coq Library on Machine Words"

0 commit comments

Comments
 (0)