Skip to content

Commit b2e0fd7

Browse files
committed
Coq 8.13
1 parent de99ff5 commit b2e0fd7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/coq-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- v8.13
77
pull_request:
88
branches:
99
- '**'
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
image:
18-
- 'coqorg/coq:dev'
18+
- 'coqorg/coq:8.13'
1919
fail-fast: false
2020
steps:
2121
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Zulip][zulip-shield]][zulip-link]
77
[![DOI][doi-shield]][doi-link]
88

9-
[action-shield]: https://github.com/coq-community/paramcoq/workflows/CI/badge.svg?branch=master
9+
[action-shield]: https://github.com/coq-community/paramcoq/workflows/CI/badge.svg?branch=v8.13
1010
[action-link]: https://github.com/coq-community/paramcoq/actions?query=workflow%3ACI
1111

1212
[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg

coq-paramcoq.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
3-
version: "dev"
3+
version: "1.1.2+coq8.13"
44

55
homepage: "https://github.com/coq-community/paramcoq"
66
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
@@ -15,7 +15,7 @@ The plugin is still in an experimental state. It is not very user friendly (lack
1515
build: [make "-j%{jobs}%" ]
1616
install: [make "install"]
1717
depends: [
18-
"coq" {= "dev" }
18+
"coq" {>= "8.13" & < "8.14~"}
1919
]
2020

2121
tags: [

0 commit comments

Comments
 (0)