File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - v8.13
7
7
pull_request :
8
8
branches :
9
9
- ' **'
15
15
strategy :
16
16
matrix :
17
17
image :
18
- - ' coqorg/coq:dev '
18
+ - ' coqorg/coq:8.13 '
19
19
fail-fast : false
20
20
steps :
21
21
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 6
6
[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
7
7
[ ![ DOI] [ doi-shield ]] [ doi-link ]
8
8
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
10
10
[ action-link ] : https://github.com/coq-community/paramcoq/actions?query=workflow%3ACI
11
11
12
12
[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
3
- version: "dev "
3
+ version: "1.1.2+coq8.13 "
4
4
5
5
homepage: "https://github.com/coq-community/paramcoq"
6
6
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
15
15
build: [make "-j%{jobs}%" ]
16
16
install: [make "install"]
17
17
depends: [
18
- "coq" {= "dev" }
18
+ "coq" {> = "8.13" & < "8.14~" }
19
19
]
20
20
21
21
tags: [
You can’t perform that action at this time.
0 commit comments