Skip to content

Commit

Permalink
Adapt to Coq 8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Aug 21, 2023
1 parent 9d7f66f commit 7453ef8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Docker CI
on:
push:
branches:
- master
- v8.18
pull_request:
branches:
- '**'
Expand All @@ -17,10 +17,10 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.18'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-paramcoq.opam'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Follow the instructions on https://github.com/coq-community/templates to regener
[![Zulip][zulip-shield]][zulip-link]
[![DOI][doi-shield]][doi-link]

[docker-action-shield]: https://github.com/coq-community/paramcoq/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-shield]: https://github.com/coq-community/paramcoq/workflows/Docker%20CI/badge.svg?branch=v8.18
[docker-action-link]: https://github.com/coq-community/paramcoq/actions?query=workflow:"Docker%20CI"

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
Expand Down Expand Up @@ -45,7 +45,7 @@ is usable enough to "translate" a large chunk of the standard library.
- Coq-community maintainer(s):
- Pierre Roux ([**@proux01**](https://github.com/proux01))
- License: [MIT License](LICENSE)
- Compatible Coq versions: The master branch tracks the development version of Coq, see releases for compatibility with released versions of Coq
- Compatible Coq versions: The v8.18 branch supports version 8.18 of Coq, see releases for compatibility with released versions of Coq
- Additional dependencies: none
- Coq namespace: `Param`
- Related publication(s):
Expand Down
4 changes: 2 additions & 2 deletions coq-paramcoq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

opam-version: "2.0"
maintainer: "Pierre Roux <[email protected]>"
version: "dev"
version: "8.18.dev"

homepage: "https://github.com/coq-community/paramcoq"
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
Expand All @@ -24,7 +24,7 @@ install: [
[make "-C" "test-suite" "examples"] {with-test}
]
depends: [
"coq" {= "dev" }
"coq" {>= "8.18" & < "8.19~" }
]

tags: [
Expand Down
10 changes: 5 additions & 5 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ community: true
action: true
plugin: true
doi: 10.4230/LIPIcs.CSL.2012.399
branch: 'master'
branch: 'v8.18'

synopsis: Plugin for generating parametricity statements to perform refinement proofs

Expand Down Expand Up @@ -43,9 +43,9 @@ license:

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

categories:
- name: 'Miscellaneous/Coq Extensions'
Expand All @@ -59,10 +59,10 @@ namespace: Param

opam-file-maintainer: 'Pierre Roux <[email protected]>'

opam-file-version: 'dev'
opam-file-version: '8.18.dev'

tested_coq_opam_versions:
- version: 'dev'
- version: '8.18'

documentation: |-
## Usage and Commands
Expand Down

0 comments on commit 7453ef8

Please sign in to comment.