Skip to content

Commit 7453ef8

Browse files
committed
Adapt to Coq 8.18
1 parent 9d7f66f commit 7453ef8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/docker-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Docker CI
55
on:
66
push:
77
branches:
8-
- master
8+
- v8.18
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.18'
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'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.18
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.18 branch supports version 8.18 of Coq, see releases for compatibility with released versions of Coq
4949
- Additional dependencies: none
5050
- Coq namespace: `Param`
5151
- Related publication(s):

coq-paramcoq.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
opam-version: "2.0"
55
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
6-
version: "dev"
6+
version: "8.18.dev"
77

88
homepage: "https://github.com/coq-community/paramcoq"
99
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
@@ -24,7 +24,7 @@ install: [
2424
[make "-C" "test-suite" "examples"] {with-test}
2525
]
2626
depends: [
27-
"coq" {= "dev" }
27+
"coq" {>= "8.18" & < "8.19~" }
2828
]
2929

3030
tags: [

meta.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ community: true
66
action: true
77
plugin: true
88
doi: 10.4230/LIPIcs.CSL.2012.399
9-
branch: 'master'
9+
branch: 'v8.18'
1010

1111
synopsis: Plugin for generating parametricity statements to perform refinement proofs
1212

@@ -43,9 +43,9 @@ license:
4343

4444
supported_coq_versions:
4545
text: >-
46-
The master branch tracks the development version of Coq, see
46+
The v8.18 branch supports version 8.18 of Coq, see
4747
releases for compatibility with released versions of Coq
48-
opam: '{= "dev" }'
48+
opam: '{>= "8.18" & < "8.19~" }'
4949

5050
categories:
5151
- name: 'Miscellaneous/Coq Extensions'
@@ -59,10 +59,10 @@ namespace: Param
5959

6060
opam-file-maintainer: 'Pierre Roux <pierre.roux@onera.fr>'
6161

62-
opam-file-version: 'dev'
62+
opam-file-version: '8.18.dev'
6363

6464
tested_coq_opam_versions:
65-
- version: 'dev'
65+
- version: '8.18'
6666

6767
documentation: |-
6868
## Usage and Commands

0 commit comments

Comments
 (0)