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
55on :
66 push :
77 branches :
8- - master
8+ - v8.17
99 pull_request :
1010 branches :
1111 - ' **'
@@ -17,10 +17,10 @@ jobs:
1717 strategy :
1818 matrix :
1919 image :
20- - ' coqorg/coq:dev '
20+ - ' coqorg/coq:8.17 '
2121 fail-fast : false
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424 - uses : coq-community/docker-coq-action@v1
2525 with :
2626 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
1010[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
1111[ ![ DOI] [ doi-shield ]] [ doi-link ]
1212
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.17
1414[ docker-action-link ] : https://github.com/coq-community/paramcoq/actions?query=workflow:"Docker%20CI"
1515
1616[ 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.
4545- Coq-community maintainer(s):
4646 - Pierre Roux ([ ** @proux01 ** ] ( https://github.com/proux01 ) )
4747- 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.17 branch supports version 8.17 of Coq, see releases for compatibility with released versions of Coq
4949- Additional dependencies: none
5050- Coq namespace: ` Param `
5151- Related publication(s):
Original file line number Diff line number Diff line change 33
44opam-version: "2.0"
55maintainer: "Pierre Roux <pierre.roux@onera.fr>"
6- version: "dev"
6+ version: "8.17. dev"
77
88homepage: "https://github.com/coq-community/paramcoq"
99dev-repo: "git+https://github.com/coq-community/paramcoq.git"
@@ -24,7 +24,7 @@ install: [
2424 [make "-C" "test-suite" "examples"] {with-test}
2525]
2626depends: [
27- "coq" {= "dev " }
27+ "coq" {> = "8.17" & < "8.18~ " }
2828]
2929
3030tags: [
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ community: true
66action : true
77plugin : true
88doi : 10.4230/LIPIcs.CSL.2012.399
9- branch : ' master '
9+ branch : ' v8.17 '
1010
1111synopsis : Plugin for generating parametricity statements to perform refinement proofs
1212
@@ -43,9 +43,9 @@ license:
4343
4444supported_coq_versions :
4545 text : >-
46- The master branch tracks the development version of Coq, see
46+ The v8.17 branch supports version 8.17 of Coq, see
4747 releases for compatibility with released versions of Coq
48- opam : ' {= "dev " }'
48+ opam : ' {> = "8.17" & < "8.18~ " }'
4949
5050categories :
5151- name : ' Miscellaneous/Coq Extensions'
@@ -59,10 +59,10 @@ namespace: Param
5959
6060opam-file-maintainer : ' Pierre Roux <pierre.roux@onera.fr>'
6161
62- opam-file-version : ' dev'
62+ opam-file-version : ' 8.17. dev'
6363
6464tested_coq_opam_versions :
65- - version : ' dev '
65+ - version : ' 8.17 '
6666
6767documentation : |-
6868 ## Usage and Commands
You can’t perform that action at this time.
0 commit comments