Skip to content

Commit ada7c0b

Browse files
authored
Drop compat with 8.18 (#223)
2 parents 7042c72 + 479b7ae commit ada7c0b

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/docker-action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- 'rocq/rocq-prover:9.0'
2222
- 'coqorg/coq:8.20'
2323
- 'coqorg/coq:8.19'
24-
- 'coqorg/coq:8.18'
2524
fail-fast: false
2625
steps:
2726
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CoRN includes the following parts:
8888
- Vincent Semeria ([**@vincentse**](https://github.com/vincentse))
8989
- Xia Li-yao ([**@Lysxia**](https://github.com/Lysxia))
9090
- License: [GNU General Public License v2](LICENSE)
91-
- Compatible Coq versions: Coq 8.18 or greater
91+
- Compatible Coq versions: Coq 8.19 or greater
9292
- Additional dependencies:
9393
- [Math-Classes](https://github.com/coq-community/math-classes) 8.8.1 or
9494
greater, which is a library of abstract interfaces for mathematical

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.18" & < "9.1~") | (= "dev")}
49+
"coq" {(>= "8.19" & < "9.1~") | (= "dev")}
5050
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
5151
"coq-elpi" {(>= "1.18.0") | (= "dev")}
5252
"coq-bignums"

meta.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@ license:
8181
identifier: GPL-2.0
8282

8383
supported_coq_versions:
84-
text: Coq 8.18 or greater
85-
opam: '{(>= "8.18" & < "8.20~") | (= "dev")}'
84+
text: Coq 8.19 or greater
85+
opam: '{(>= "8.19" & < "8.20~") | (= "dev")}'
8686

8787
tested_coq_opam_versions:
8888
- version: dev
8989
- version: "8.19"
90-
- version: "8.18"
9190

9291
dependencies:
9392
- opam:

0 commit comments

Comments
 (0)