File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
9494greater, which is a library of abstract interfaces for mathematical
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ build: [
4646]
4747install: [make "install"]
4848depends: [
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"
Original file line number Diff line number Diff line change @@ -81,13 +81,12 @@ license:
8181 identifier : GPL-2.0
8282
8383supported_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
8787tested_coq_opam_versions :
8888- version : dev
8989- version : " 8.19"
90- - version : " 8.18"
9190
9291dependencies :
9392- opam :
You can’t perform that action at this time.
0 commit comments