File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 4
4
push : # On any push on a "stable" branch
5
5
branches :
6
6
- main
7
+ - 8.18
7
8
- 8.14
8
9
- 8.13
9
10
- 8.12
@@ -21,10 +22,10 @@ jobs:
21
22
strategy :
22
23
matrix :
23
24
coq_version :
24
- - ' dev '
25
+ - ' 8.18 '
25
26
ocaml_version :
26
27
- ' 4.09-flambda'
27
- target : [ local, hott, dune ]
28
+ target : [ local ] # dune , hott left out for now waiting for HoTT package
28
29
fail-fast : false
29
30
30
31
steps :
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- version: "dev "
2
+ version: "1.3+8.18 "
3
3
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ]
4
4
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
5
5
maintainer: "matthieu.sozeau@inria.fr"
@@ -31,9 +31,6 @@ run-test: [
31
31
[make "test-suite"]
32
32
]
33
33
depends: [
34
- "coq" {= "dev" }
34
+ "coq" { > = "8.18~" & < "8.19" }
35
35
"ocamlfind" {build}
36
36
]
37
- #depopts: [
38
- # "coq-hott" {= "8.13"}
39
- #]
You can’t perform that action at this time.
0 commit comments