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 18
18
matrix :
19
19
image :
20
20
- ' coqorg/coq:dev'
21
+ - ' coqorg/coq:8.17'
21
22
- ' coqorg/coq:8.16'
22
23
- ' coqorg/coq:8.15'
23
24
- ' coqorg/coq:8.14'
26
27
- ' coqorg/coq:8.11'
27
28
fail-fast : false
28
29
steps :
29
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
30
31
- uses : coq-community/docker-coq-action@v1
31
32
with :
32
33
opam_file : ' coq-math-classes.opam'
37
38
opam config list; opam repo list; opam list
38
39
endGroup
39
40
41
+
40
42
# See also:
41
43
# https://github.com/coq-community/docker-coq-action#readme
42
44
# https://github.com/erikmd/docker-coq-github-action-demo
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ build: [
30
30
]
31
31
install: [make "install"]
32
32
depends: [
33
- "coq" {(>= "8.11" & < "8.17 ~") | (= "dev")}
33
+ "coq" {(>= "8.11" & < "8.18 ~") | (= "dev")}
34
34
"coq-bignums"
35
35
]
36
36
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -50,10 +50,11 @@ license:
50
50
51
51
supported_coq_versions :
52
52
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")}'
54
54
55
55
tested_coq_opam_versions :
56
56
- version : dev
57
+ - version : " 8.17"
57
58
- version : " 8.16"
58
59
- version : " 8.15"
59
60
- version : " 8.14"
You can’t perform that action at this time.
0 commit comments