File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Docker CI
5
5
on :
6
6
push :
7
7
branches :
8
- - master
8
+ - v8.18
9
9
pull_request :
10
10
branches :
11
11
- ' **'
@@ -17,10 +17,10 @@ jobs:
17
17
strategy :
18
18
matrix :
19
19
image :
20
- - ' coqorg/coq:dev '
20
+ - ' coqorg/coq:8.18 '
21
21
fail-fast : false
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v3
24
24
- uses : coq-community/docker-coq-action@v1
25
25
with :
26
26
opam_file : ' coq-paramcoq.opam'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Follow the instructions on https://github.com/coq-community/templates to regener
10
10
[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
11
11
[ ![ DOI] [ doi-shield ]] [ doi-link ]
12
12
13
- [ docker-action-shield ] : https://github.com/coq-community/paramcoq/workflows/Docker%20CI/badge.svg?branch=master
13
+ [ docker-action-shield ] : https://github.com/coq-community/paramcoq/workflows/Docker%20CI/badge.svg?branch=v8.18
14
14
[ docker-action-link ] : https://github.com/coq-community/paramcoq/actions?query=workflow:"Docker%20CI"
15
15
16
16
[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
@@ -45,7 +45,7 @@ is usable enough to "translate" a large chunk of the standard library.
45
45
- Coq-community maintainer(s):
46
46
- Pierre Roux ([ ** @proux01 ** ] ( https://github.com/proux01 ) )
47
47
- License: [ MIT License] ( LICENSE )
48
- - Compatible Coq versions: The master branch tracks the development version of Coq, see releases for compatibility with released versions of Coq
48
+ - Compatible Coq versions: The v8.18 branch supports version 8.18 of Coq, see releases for compatibility with released versions of Coq
49
49
- Additional dependencies: none
50
50
- Coq namespace: ` Param `
51
51
- Related publication(s):
Original file line number Diff line number Diff line change 3
3
4
4
opam-version: "2.0"
5
5
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
6
- version: "dev"
6
+ version: "8.18. dev"
7
7
8
8
homepage: "https://github.com/coq-community/paramcoq"
9
9
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
@@ -24,7 +24,7 @@ install: [
24
24
[make "-C" "test-suite" "examples"] {with-test}
25
25
]
26
26
depends: [
27
- "coq" {= "dev " }
27
+ "coq" {> = "8.18" & < "8.19~ " }
28
28
]
29
29
30
30
tags: [
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ community: true
6
6
action : true
7
7
plugin : true
8
8
doi : 10.4230/LIPIcs.CSL.2012.399
9
- branch : ' master '
9
+ branch : ' v8.18 '
10
10
11
11
synopsis : Plugin for generating parametricity statements to perform refinement proofs
12
12
@@ -43,9 +43,9 @@ license:
43
43
44
44
supported_coq_versions :
45
45
text : >-
46
- The master branch tracks the development version of Coq, see
46
+ The v8.18 branch supports version 8.18 of Coq, see
47
47
releases for compatibility with released versions of Coq
48
- opam : ' {= "dev " }'
48
+ opam : ' {> = "8.18" & < "8.19~ " }'
49
49
50
50
categories :
51
51
- name : ' Miscellaneous/Coq Extensions'
@@ -59,10 +59,10 @@ namespace: Param
59
59
60
60
opam-file-maintainer : ' Pierre Roux <pierre.roux@onera.fr>'
61
61
62
- opam-file-version : ' dev'
62
+ opam-file-version : ' 8.18. dev'
63
63
64
64
tested_coq_opam_versions :
65
- - version : ' dev '
65
+ - version : ' 8.18 '
66
66
67
67
documentation : |-
68
68
## Usage and Commands
You can’t perform that action at this time.
0 commit comments