File tree Expand file tree Collapse file tree 4 files changed +6
-29
lines changed Expand file tree Collapse file tree 4 files changed +6
-29
lines changed Original file line number Diff line number Diff line change 1818 matrix :
1919 image :
2020 - ' coqorg/coq:dev'
21+ - ' coqorg/coq:8.17'
2122 - ' coqorg/coq:8.16'
2223 - ' coqorg/coq:8.15'
2324 - ' coqorg/coq:8.14'
2627 - ' coqorg/coq:8.11'
2728 fail-fast : false
2829 steps :
29- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3031 - uses : coq-community/docker-coq-action@v1
3132 with :
3233 opam_file : ' coq-math-classes.opam'
3738 opam config list; opam repo list; opam list
3839 endGroup
3940
41+
4042# See also:
4143# https://github.com/coq-community/docker-coq-action#readme
4244# https://github.com/erikmd/docker-coq-github-action-demo
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ build: [
3030]
3131install: [make "install"]
3232depends: [
33- "coq" {(>= "8.11" & < "8.17 ~") | (= "dev")}
33+ "coq" {(>= "8.11" & < "8.18 ~") | (= "dev")}
3434 "coq-bignums"
3535]
3636
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -50,10 +50,11 @@ license:
5050
5151supported_coq_versions :
5252 text : Coq 8.11 or later (use releases for other Coq versions)
53- opam : ' {(>= "8.11" & < "8.17 ~") | (= "dev")}'
53+ opam : ' {(>= "8.11" & < "8.18 ~") | (= "dev")}'
5454
5555tested_coq_opam_versions :
5656- version : dev
57+ - version : " 8.17"
5758- version : " 8.16"
5859- version : " 8.15"
5960- version : " 8.14"
You can’t perform that action at this time.
0 commit comments