Skip to content

Commit d4e6db7

Browse files
committed
Update for Coq 8.16 compatibility testing.
1 parent 24efdbe commit d4e6db7

File tree

4 files changed

+4
-35
lines changed

4 files changed

+4
-35
lines changed

.github/workflows/docker-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
image:
2020
- 'coqorg/coq:dev'
21+
- 'coqorg/coq:8.16'
2122
- 'coqorg/coq:8.15'
2223
- 'coqorg/coq:8.14'
2324
- 'coqorg/coq:8.13'

coq-corn.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build: [
4646
]
4747
install: [make "install"]
4848
depends: [
49-
"coq" {(>= "8.11" & < "8.16~") | (= "dev")}
49+
"coq" {(>= "8.11" & < "8.17~") | (= "dev")}
5050
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
5151
"coq-bignums"
5252
]

default.nix

Lines changed: 0 additions & 33 deletions
This file was deleted.

meta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ license:
8080

8181
supported_coq_versions:
8282
text: Coq 8.11 or greater
83-
opam: '{(>= "8.11" & < "8.16~") | (= "dev")}'
83+
opam: '{(>= "8.11" & < "8.17~") | (= "dev")}'
8484

8585
tested_coq_opam_versions:
8686
- version: dev
87+
- version: "8.16"
8788
- version: "8.15"
8889
- version: "8.14"
8990
- version: "8.13"

0 commit comments

Comments
 (0)