Skip to content

Commit

Permalink
Merge pull request #170 from Zimmi48/bump-coq-version
Browse files Browse the repository at this point in the history
Remove compatibility with Coq < 8.11 and add testing for recent versions.
  • Loading branch information
Zimmi48 authored Jul 6, 2022
2 parents e34e331 + f5b792d commit 6fd70a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.14'
- 'coqorg/coq:8.13'
- 'coqorg/coq:8.12'
- 'coqorg/coq:8.11'
- 'coqorg/coq:8.10'
- 'coqorg/coq:8.9'
- 'coqorg/coq:8.8'
- 'coqorg/coq:8.7'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ CoRN includes the following parts:
- Bas Spitters ([**@spitters**](https://github.com/spitters))
- Vincent Semeria ([**@vincentse**](https://github.com/vincentse))
- License: [GNU General Public License v2](LICENSE)
- Compatible Coq versions: Coq 8.7 or greater
- Compatible Coq versions: Coq 8.11 or greater
- Additional dependencies:
- [Math-Classes](https://github.com/coq-community/math-classes) 8.8.1 or
greater, which is a library of abstract interfaces for mathematical
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.7" & < "8.14~") | (= "dev")}
"coq" {(>= "8.11" & < "8.16~") | (= "dev")}
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
"coq-bignums"
]
Expand Down
10 changes: 4 additions & 6 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,16 @@ license:
identifier: GPL-2.0

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

tested_coq_opam_versions:
- version: dev
- version: "8.15"
- version: "8.14"
- version: "8.13"
- version: "8.12"
- version: "8.11"
- version: "8.10"
- version: "8.9"
- version: "8.8"
- version: "8.7"

dependencies:
- opam:
Expand Down

0 comments on commit 6fd70a3

Please sign in to comment.