Skip to content

Commit

Permalink
Update for Coq 8.16 compatibility testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Aug 20, 2022
1 parent 24efdbe commit d4e6db7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 35 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.14'
- 'coqorg/coq:8.13'
Expand Down
2 changes: 1 addition & 1 deletion coq-corn.opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build: [
]
install: [make "install"]
depends: [
"coq" {(>= "8.11" & < "8.16~") | (= "dev")}
"coq" {(>= "8.11" & < "8.17~") | (= "dev")}
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
"coq-bignums"
]
Expand Down
33 changes: 0 additions & 33 deletions default.nix

This file was deleted.

3 changes: 2 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ license:

supported_coq_versions:
text: Coq 8.11 or greater
opam: '{(>= "8.11" & < "8.16~") | (= "dev")}'
opam: '{(>= "8.11" & < "8.17~") | (= "dev")}'

tested_coq_opam_versions:
- version: dev
- version: "8.16"
- version: "8.15"
- version: "8.14"
- version: "8.13"
Expand Down

0 comments on commit d4e6db7

Please sign in to comment.