File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,20 @@ jobs:
18
18
matrix :
19
19
image :
20
20
- ' coqorg/coq:dev'
21
+ - ' coqorg/coq:8.18'
21
22
- ' coqorg/coq:8.17'
22
23
- ' coqorg/coq:8.16'
23
24
- ' coqorg/coq:8.15'
24
25
- ' coqorg/coq:8.14'
25
26
fail-fast : false
26
27
steps :
27
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v3
28
29
- uses : coq-community/docker-coq-action@v1
29
30
with :
30
31
opam_file : ' coq-corn.opam'
31
32
custom_image : ${{ matrix.image }}
32
33
34
+
33
35
# See also:
34
36
# https://github.com/coq-community/docker-coq-action#readme
35
37
# https://github.com/erikmd/docker-coq-github-action-demo
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ build: [
46
46
]
47
47
install: [make "install"]
48
48
depends: [
49
- "coq" {(>= "8.14" & < "8.18 ~") | (= "dev")}
49
+ "coq" {(>= "8.14" & < "8.19 ~") | (= "dev")}
50
50
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
51
51
"coq-bignums"
52
52
]
Original file line number Diff line number Diff line change @@ -80,10 +80,12 @@ license:
80
80
81
81
supported_coq_versions :
82
82
text : Coq 8.14 or greater
83
- opam : ' {(>= "8.14" & < "8.17 ~") | (= "dev")}'
83
+ opam : ' {(>= "8.14" & < "8.19 ~") | (= "dev")}'
84
84
85
85
tested_coq_opam_versions :
86
86
- version : dev
87
+ - version : " 8.18"
88
+ - version : " 8.17"
87
89
- version : " 8.16"
88
90
- version : " 8.15"
89
91
- version : " 8.14"
You can’t perform that action at this time.
0 commit comments